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