🐍 Python & Raspberry 🐍
8.14K subscribers
1.92K photos
125 videos
623 files
1.23K links
Python- Raspberry Pi-AI-IOT
ادمین : فرهاد ناصری زاده
@farhad_naserizadeh
@farhad3412

گروه پایتون
@Python_QA
تبادل
@mmtahmasbi
کانال مرتبط
@new_mathematical
@micropython_iot
@c_micro
اینستاگرام
http://Instagram.com/python_raspberry
Download Telegram
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()

@raspberry_python
👍4
گروه 5800 نفره پایتون 😍👇


@python_QA