Please enable JavaScript.
Coggle requires JavaScript to display documents.
Python - Coggle Diagram
Python
Modules
Math
math.floor()
math.sqrt()
math.ceil()
math.pow()
math.pi()
Random
random.random()
random.randint()
random.choice()
random.shuffle()
Libraries
Turtle
forward,backward,right,left,setheading
goto,penup,pendown,pensize,color,write
speed,shape,circle,dot,clear,textinput
Screen
bgcolor,setup,title
bye,exitonclick