import turtle # Import turtle Module turtle.showturtle() turtle.write("Welcome to Python") turtle.forward(100) turtle.right(90) turtle.color(red) ...
確定! 回上一頁