pull/355/merge
Michael Abbondandolo 2 years ago committed by GitHub
commit cb34eb50a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,3 @@
import random
for x in range(10):
print (random.randint(1,100))
Loading…
Cancel
Save