test_repo/pythom.py
2023-03-10 16:23:13 +03:00

4 lines
63 B
Python

from math import rand
print(rand(0,100))
print("Hello world!")