90K subscribers
87 photos
13 videos
6 files
161 links
Python.hub
Download Telegram
Draw Rocky Bhai Using Python
👇👇
Drawing Beautiful Design Using Python
👇👇
KBC Quiz game Using Python
👇👇
Drawing Beautiful Design Using Python
👇👇
# Defined function
from turtle import *
import turtle as t

def my_turtle():
# Choices
sides = str(3)
loops = str(450)
pen = 1
# Loop
for i in range(int(loops)):
forward(i * 2/int(sides) + i)
left(360/int(sides) + .350)
hideturtle()
pensize(pen)
speed(30)
left(90)


my_turtle()
t.done()
Drawing Beautiful Design Using Python
👇👇
from turtle import *
import turtle as t

def my_turtle():
# Choices
sides = str(3)
loops = str(450)
pen = 1
for i in range(int(loops)):
forward(i * 2/int(sides) + i)
left(360/int(sides) + .350)
hideturtle()
pensize(pen)
speed(30)

my_turtle()
t.done()
Drawing Beautiful Design Using Python
👇👇
Drawing IronMan face using Python 👇👇
Drawing Spiderman face using Python 👇👇
Drawing Radha Krishna using Python 👇👇
Drawing IronMan code using Python 👇👇