Write a Python Program to Draw Your Name Using Turtle

Publié le: 08 septembre 2022
sur la chaîne: Code With TJ
4,584
31

Hi, in this video I tried to explain how to Write a Python Program to Draw Your Name Using Turtle


Python Scripts
======================
https://codewithtj.blogspot.com/2024/...

Python Functions Solved
==========================
https://codewithtj.blogspot.com/2023/...

Python Programs Solved
============================
https://codewithtj.blogspot.com/2023/...


Code
========
import turtle

name = input("Please enter your name : ")
turtle.color("green")
turtle.write(name, font=("Times New Roman", 100, "italic"), align="center")
turtle.done()

Keywords
==========
Write a Python Program to Draw Your Name Using Turtle,
python program to print name using turtle


Sur cette page du site, vous pouvez voir la vidéo en ligne Write a Python Program to Draw Your Name Using Turtle durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Code With TJ 08 septembre 2022, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 4,584 fois et il a aimé 31 téléspectateurs. Bon visionnage!