| Hosted by CoCalc | Download
1
import random
2
print random.random()
3
4