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