Finally a coding that isn't fake
So cool gonna try it with my best friend ❣️
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()
👍🏿 nice
Finally a real code
did yu did it in IDLE python???
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()
its realy work thank you this is my first work
Which code editor you used?
Bhai ye vss me kr rha h kya ??
Which website are you using?
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()
why its not running , i mean code is all okey but that design didnt running. how to solve this
i want to make my pycharm like this please can you tell me how to do it of different colour font and italics
Bro how is your font system so glowy
This output is slowly print , how it's print fast
Bro I tried it but it was saying error The turtle name was does not defined
code tierlist S | Swift A | Python, Lua B | JavaScript, Binary C | Scratch D | C++ F | BrainF-, Assembly
Omg thanks it worked
@AIToolzai