mirror of
https://github.com/flancian/garden.git
synced 2026-08-04 05:26:18 +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))
|