Skip to content

This coding is so special becuz I don't know why hahahaha

Notifications You must be signed in to change notification settings

chompoodontlikecoding/lovehard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

import math from turtle import *

def hearta(k): return 15*math.sin(k)**3

def heartb(k): return 12math.cos(k)-5
math.cos(2k)-2
math.cos(3k)-
math.cos(4
k)

speed(9000) bgcolor("black")

for i in range(6000): goto(hearta(i)*20,heartb(i)*20) for j in range(5): color("red") goto(0,0) done()

About

This coding is so special becuz I don't know why hahahaha

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published