4 lines
57 B
Python
Executable File
4 lines
57 B
Python
Executable File
import random, time
|
|
print(random.random())
|
|
time.sleep(3)
|