Day 1 Python basics _ first homework

1. Turtle's drawing uses
turtle.goto()
tutle.circle()

2. Calculation

** Exponentiation
// Divide
% to take the remainder
divmod (a, b) to find the quotient and remainder

Guess you like

Origin blog.csdn.net/tjjyqing/article/details/113058138