mirror of
https://github.com/flancian/garden.git
synced 2026-08-05 05:56:19 +00:00
4 lines
66 B
Python
Executable File
4 lines
66 B
Python
Executable File
#!/usr/bin/env python3
|
|
import random
|
|
print(random.randint(0, 99))
|