@AIToolzai

Code with explanation is here:

https://aitoolz.ai/impress-your-crush-using-python-code/

@Eli8eres

Finally a coding that isn't fake

@missrhoxane3970

So cool gonna try it with my best friend ❣️

@allan-g3s

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()

@toniman3420

👍🏿 nice

@jatinsrivastava1638

Finally a real code

@Rishank-s2j

did yu did it in IDLE python???

@LeejamesNolasco

import turtle

turtle.speed(3)
turtle.bgcolor('black')
turtle.pensize(3)
def func():
for i in range(200):
turtle.right(1)
turtle.forward(1)
turtle.color('red'‚ 'pink')
turtle.begin_fill()
turtle.left(140)
turtle.forward(111.65)
func()
turtle.left(120)
func()
turtle.forward(111.65
turtle.end_fill()
turtle.hideturtle()
turtle.done()

@Joshibiaah.JJoshibiaah.J

its realy work thank you this is my first work

@md.aayanmahmudshikder946

Which code editor you used?

@IamAlfaz43

Bhai ye vss me kr rha h kya ??

@Ferhat_motoedit

Which website are you using?

@nikililkov3335

import turtle

turtle.speed(3)
turtle.bgcolor('black')
turtle.pensize(3)
def func():
    for i in range(200):
        turtle.right(1)
        turtle.forward(1)
turtle.color('red' , 'pink')
turtle.begin_fill()
turtle.left(140)
turtle.forward(111.65)
func()
turtle.left(120)
func()
turtle.forward(116.65)
turtle.end_fill()

turtle.done()

@Rep0stt

why its not running , i mean code is all okey but that design didnt running. how to solve this

@AnimeBoyRBLXz

i want to make my pycharm like this please can you tell me how to do it of different colour font and italics

@AnimeBoyRBLXz

Bro how is your font system so glowy

@RajuPrakash-b8o

This output is slowly print , how it's print fast

@NikhileshKamarthi

Bro I tried it but it was saying error The turtle name was does not defined

@joycetay6769

code tierlist

S | Swift
A | Python, Lua
B | JavaScript, Binary
C | Scratch 
D | C++
F | BrainF-, Assembly

@GODLIKE956

Omg thanks it worked