6 lines
76 B
Text
6 lines
76 B
Text
repeat
|
|
a = random 0 19
|
|
print a
|
|
until a = 10
|
|
print random 0 19
|
|
.
|