Python 2.10 Introduction to Turtle Graphics (Part 2 of 2)

preview_player
Показать описание
The book we are using:
Starting Out with Python Plus MyLab Programming with Pearson eText -- Access Card Package, 4th Edition
by Tony Gaddis
ISBNs:
9780134543666
9780134444468
9780134484693
9780134489209
9780134652559
9780134484969

Also, 5th edition ISBNs:
9780136719199
9780136912330
9780136851943
9780135929032
9780136679110
9780135159842
9780135116517
Рекомендации по теме
Комментарии
Автор

import turtle
turtle.hideturtle()
turtle.write("you've been busy, huh?", align="center", font=("Comic Sans MS", 10, "normal"))
turtle.done()

TNXaro