Files
python-by-example-150-chall…/challenges52-59/challenge-052.py

5 lines
61 B
Python
Raw Normal View History

2019-07-18 12:44:06 +03:00
import random
number = random.randint(1, 100)
print(number)