Compare commits

...

1 Commits
main ... dev

Author SHA1 Message Date
5982f04ab2 add rand module 2023-03-10 16:23:13 +03:00

View File

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