add rand module

This commit is contained in:
goodven152 2023-03-10 16:23:13 +03:00
parent 5869501018
commit 5982f04ab2

View File

@ -1 +1,4 @@
from math import rand
print(rand(0,100))
print("Hello world!")