6 lines
74 B
Text
6 lines
74 B
Text
repeat
|
|
a = randint 20
|
|
print a
|
|
until a = 10
|
|
print randint 20
|
|
.
|