6 lines
79 B
Text
6 lines
79 B
Text
while(1,
|
|
t=random(20);
|
|
print(t);
|
|
if(t==10, break);
|
|
print(random(20))
|
|
)
|