Skip to content

Commit b1f2c47

Browse files
committed
Fixes after proofreading
1 parent f4a796c commit b1f2c47

File tree

1 file changed

+2
-2
lines changed
  • Condition expressions/Single-line if-else statement

1 file changed

+2
-2
lines changed

Condition expressions/Single-line if-else statement/task.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ As you saw in the previous tasks, a simple `if-else` statement can in fact be wr
33
### Task
44
Rewrite the statement in the code editor so that it
55
fits in one line but the results of its execution remain exactly the same:
6-
- If `my_random_number` is greater than 50, program should print `my_random_number` itself.
7-
- Otherwise, print message `"Too small!"`.
6+
- If `my_random_number` is greater than 50, the program should print the value of `my_random_number`.
7+
- Otherwise, it should print the message `"Too small!"`.
88

99
For more structured and detailed information, you can refer to [this Hyperskill knowledge base page](https://hyperskill.org/learn/step/5932#simple-if-else?utm_source=jba&utm_medium=jba_courses_links).

0 commit comments

Comments
 (0)