Add-Random-Number-Project

Added a file that consists of 10 random numbers within the range.
pull/355/head
[Michael] [Abbondandolo] 5 years ago
parent b47cf8261f
commit 85b517eaef

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