Тёмный

Como hacer flores amarillas Programando 

Luis Angel Arze Kao
Подписаться 268
Просмотров 7 тыс.
50% 1

import turtle
screen = turtle.Screen()
screen.bgcolor("skyblue")
t = turtle.Turtle()
t.shape("turtle")
t.color("brown")
t.speed(0)
#larzekao UAGRm
def dibujar_petal(t, radio):
t.pensize(2)
t.pencolor("black")
t.color("yellow")
t.begin_fill()
t.circle(radio, 60)
t.left(120)
t.circle(radio, 60)
t.end_fill()
t.pencolor("brown")
t.pensize(1)
def dibujar_girasol():
radio = 100
t.penup()
t.goto(0, -100)
t.pendown()
t.pensize(8)
t.left(90)
t.color("green")
t.forward(180)
for _ in range(18):
dibujar_petal(t, radio)
t.right(20)
t.penup()
t.goto(8, 80)
t.pendown()
t.color("brown")
t.begin_fill()
t.circle(10)
t.end_fill()
t.penup()
t.goto(-400, -100)
t.pendown()
t.color("green")
t.begin_fill()
for _ in range(2):
t.forward(800)
t.right(90)
t.forward(200)
t.right(90)
t.end_fill()
dibujar_girasol()
t.penup()
t.goto(0, 200)
t.color("red")
t.write("Gracias por ser parte de mi vida", align="center", font=("Arial", 6, "bold"))
t.hideturtle()
turtle.done()

Опубликовано:

 

20 сен 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 6   
@teofilomurillovillon8819
@teofilomurillovillon8819 4 месяца назад
muchas gracias hermano
@8k_franco617
@8k_franco617 7 месяцев назад
una pregunta estimado, y como lo compila la otra persona cuando le pase el codigo? hay una aplicacion para eso?
@larzekao
@larzekao 7 месяцев назад
Mmm , Tuvieras que la persona tener un compliador de python , hay para telefonos
@user-xr3uv5pr1z
@user-xr3uv5pr1z 3 месяца назад
Nene me sale un pequeño error no se como solucionarlo [Done] exited with code=3 in 3. 388 seconds
@anthonyarregui7692
@anthonyarregui7692 Месяц назад
como se llama la app?
@_aryuwu
@_aryuwu Месяц назад
Vs code
Далее
Cosmic Rush
2:48
Просмотров 9
Dynamic Glowing plants with html,Css and JavaScript
1:28
Excited Dog Zooms In and Out of Sliding Door!
00:18
Просмотров 1,8 млн
New Git Users Be Like...
3:09
Просмотров 618 тыс.
Creando minecraft en 5 minutos programando en Python
6:23
Floricienta - Flores Amarillas [Letra]
3:44
Просмотров 28 млн
Google Data Center 360° Tour
8:29
Просмотров 5 млн
Tutorial de Corazón Latiendo con Html y Css
5:10
Просмотров 50 тыс.
Aprende PYTHON en 10 minutos 🧑‍💻
13:59
Просмотров 116 тыс.