Toggle navigation
English
Chinese
Python Sandbox
Please refer to
this tutorial
to find more details on the following codes.
import random x = random.uniform(0,10) print(x)
Run
List