Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Project: VK
Path: file.py
Views: 100
1
import random
2
print random.random()
3
4