How to impress your crush using coding👨‍💻. Python turtle🐢

Publié le: 14 mai 2022
sur la chaîne: CodoFile
77
3

Do subscribe our channel and Don't forget to like , share the video
___________________________________________
Application : python.org
Song:
Music Provided by NoCopyrightSounds.
[NCS]
•   / nocopyrightsounds  

•   / nocopyrightsounds  

•   / nocopyrightsounds  

•   / ncsounds  
Editing Tool: Kinemaster APK.
https://play.google.com/store/apps/de...
__________________________________________________________________
Source code:-
import turtle
Creating turtle
a = turtle.Turtle()
b = turtle.Screen()
b.bgcolor("black")

turtle.pensize(5)

To design curve
def shape():
for i in range(200):
a.right(1)
a.forward(1)

a. speed(1)
a.color("white","red")

a.begin_fill()
a.left(140)
a.forward(111.65)
shape()

a.left(120)
shape()
a.forward(111.65)
a.end_fill()
a.hideturtle()

turtle.mainloop()
~ hope you find it useful.Don't forget to press the subscribe button.


Sur cette page du site, vous pouvez voir la vidéo en ligne How to impress your crush using coding👨‍💻. Python turtle🐢 durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur CodoFile 14 mai 2022, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 77 fois et il a aimé 3 téléspectateurs. Bon visionnage!