Finally a coding that isn't fake
So cool gonna try it with my best friend ❣️
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()
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
code tierlist S | Swift A | Python, Lua B | JavaScript, Binary C | Scratch D | C++ F | BrainF-, Assembly
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()
its realy work thank you this is my first work
Omg thanks it worked
Due to the growing demand for AI in the industry, I enrolled my child in Moonpreneur’s robotics program to support their education in this field. I’d like to know if this was the right decision.
Finally a real code
Bro this is very nice but it could be better if you also explain this code
import turtle turtle.speed(3) turtle.bgcolor('black') turtle.pensize(3) turtle.color('red', 'pink') turtle.begin_fill() turtle.left(140) turtle.forward(111.65) # Draw the left curve for i in range(200): turtle.right(1) turtle.forward(1) # Draw the right curve turtle.left(120) for i in range(200): turtle.right(1) turtle.forward(1) turtle.forward(111.65) turtle.end_fill() turtle.hideturtle() turtle.done()
i want to make my pycharm like this please can you tell me how to do it of different colour font and italics
I don't think my crush likes turtles...😂😂😂
Ty bro!
Thanks
Which website are you using?
why its not running , i mean code is all okey but that design didnt running. how to solve this
@AIToolzai