Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f84860d

Browse files
committed
readmes modified
1 parent 379275d commit f84860d

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

‎.learn/resets/07-Do_while/app.py

Lines changed: 0 additions & 2 deletions
This file was deleted.

‎exercises/07-Do_while/README.es.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ while x < 6:
1313

1414
## 📝 Instrucciones:
1515

16-
1. Imprime cada número de iteración en la cónsola desde el `20` a `0`, pero **concatena un signo de exclamación** a la salida si el número es un múltiplo de `5`.
16+
1. Imprime cada número de iteración en la cónsola desde el `20` a `1`, pero **concatena un signo de exclamación** a la salida si el número es un múltiplo de `5`.
1717

1818
2. al final imrpime `LIFTOFF`.
1919

@@ -27,17 +27,18 @@ while x < 6:
2727
Ejemplo de salida en la consola:
2828

2929
20!
30-
.
31-
.
30+
19
31+
18
32+
17
33+
16
3234
15!
33-
.
34-
.
35+
14
36+
13
37+
12
38+
11
3539
10!
3640
.
3741
.
38-
5!
39-
.
40-
.
4142
1
4243
LIFTOFF
4344
```

‎exercises/07-Do_while/README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ while x < 6:
1212

1313
## 📝 Instructions:
1414

15-
1. Print every iteration number on the console from 20 to 0, but **concatenate an exclamation point** to the output if the number is a multiple of 5.
15+
1. Print every iteration number on the console from `20` to `1`, but **concatenate an exclamation point** to the output if the number is a multiple of `5`.
1616

1717
2. At the end print() `LIFTOFF`.
1818

@@ -26,17 +26,18 @@ while x < 6:
2626
Example Output on the console:
2727

2828
20!
29-
.
30-
.
29+
19
30+
18
31+
17
32+
16
3133
15!
32-
.
33-
.
34+
14
35+
13
36+
12
37+
11
3438
10!
3539
.
3640
.
37-
5!
38-
.
39-
.
4041
1
4142
LIFTOFF
4243
```

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /