Python pattern design | tkinter tutorial | python gui | pycharm| python gui tutorial

Publié le: 26 décembre 2020
sur la chaîne: technical baba
260
38

In this Python programming video tutorial we will learn about turtle graphics in detail.

Turtle graphics is a popular way for introducing programming to kids. It was part of the original Logo programming language developed by Wally Feurzig and Seymour Papert in 1966.

In this tutorial we will draw a pattern with 5 circles.

#PythonProgramming #Python #PythonCourse #PythonGraphics




Github url-https://github.com/rajiv786


import turtle
t=turtle.Turtle()
list1=["yellow","red","blue","green"]
t.up()
t.goto(200,0)
for i in range(4):
t.down()
t.color(list1[i])
t.pensize(20)
t.circle(100)
t.up()
t.bk(100)


Sur cette page du site, vous pouvez voir la vidéo en ligne Python pattern design | tkinter tutorial | python gui | pycharm| python gui tutorial durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur technical baba 26 décembre 2020, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 260 fois et il a aimé 38 téléspectateurs. Bon visionnage!