mirror of
https://github.com/flancian/garden.git
synced 2026-08-02 20:46:20 +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))
|