Python tutorial Snow Man Part 1 HD

16.01.2012
Hello everyone in this video tutorial i will teach how to create a snowman program. The computer programing language that i will use is python. i hope you enjoy this basic programing tutorial and stay tuned for Part 2 from turtle import * # bottom circle title("Mac Snowman") turtle=Turtle() turtle.up() turtle.goto(0,-250) turtle.down() turtle.color("black") turtle.width(width=5) turtle.fill(1) turtle.fill(0) turtle.circle(120) turtle.hideturtle() # center circle turtle=Turtle() turtle.up() turtle.goto(0,-10) turtle.down() turtle.color("black") turtle.width(width=5) turtle.fill(1) turtle.fill(0) turtle.circle(90) turtle.hideturtle() # Top circle turtle=Turtle() turtle.up() turtle.goto(0,170) turtle.down() turtle.color("black") turtle.width(width=5) turtle.fill(1) turtle.fill(0) turtle.circle(60) turtle.hideturtle()

Похожие видео

Показать еще