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

5 lines
61 B
Python
Raw Permalink Normal View History

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