Files
lm_code/test1.py

3 lines
37 B
Python
Raw Normal View History

2025-12-01 18:00:59 +08:00
import random
2025-10-31 11:33:34 +08:00
2025-12-01 18:00:59 +08:00
print(random.random())