💖💖💖 shape turtle 🐢 graphics in python #coding #python #code #programming #program #love #viral

preview_player
Показать описание
Try it and enjoy it😀😀
⭐ ⭐ ⭐⭐
GitHub Profile link 👇👇
⭐ ⭐ ⭐ ⭐
LinkedIn Profile link 👇👇
Hashtags
#shorts
#Turtle
#python
#graphics
#programming
#pythonturtle
#shorts
#youtubeshorts
#shortvideo 
#viralshorts
#trending
#youtube
#viral
#design
#trending
#codes 
#program
#learntocode
#programmingpuzzles
#github
#linkedin
#viral
#viralvideo
#trending
#heart
#viral
#viralshorts
#viralshort
#love
#lovely
Рекомендации по теме
Комментарии
Автор

Here is the code:

import math
from turtle import *
def hearta(k):
return 15*math.sin(k)**3
def heartb(k):
return 12*math.cos(k)-5 *\
math.cos(2*k)-2 *\
math.cos(3*k) -\
math.cos(4*k)


speed(0)
bgcolor("black")
for i in range(6000):
goto(hearta(i)*20, heartb(i)*20)
for j in range(5):
color("#f73487")
goto(0, 0)
done()

Moonkit
Автор

Line 6 m error h
return 12*math.cos(k)-5*\
Cos(n) k jagah cos(k) likhna h

vishnuvinayak
Автор

can you print A and S both side? if please share me the code.. and .. keep on this is gr8

runjindegi
Автор

Sir please make a video on turtle graphic vidio in python

hetvisohandesai
Автор

File "/data/user/0/ru.iiec.pydroid3/files/temp_iiec_codefile.py", line 16
goto(0, 0)
^
IndentationError: unindent does not match any outer indentation level

riyasingh
Автор

Bhai konse syntax se Banta h me pythons tutorial kiya hu but ye sin cos wala syntax nhi kiya hu aise to ratta marna pdega

SIconVlog
Автор

File "/data/user/0/ru.iiec.pydroid3/files/temp_iiec_codefile.py", line 4
return 15*math.sin(k)**3
^
IndentationError: expected an indented block

Bro how to solve this errors

usamamalik