renamed
feat: add script to generate and print a random number between 1 and 100
This commit is contained in:
3
Scripts/random_number.py
Normal file
3
Scripts/random_number.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from random import randint as rand
|
||||
num = rand(1, 100)
|
||||
print(num)
|
||||
Reference in New Issue
Block a user