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