89.9K subscribers
87 photos
13 videos
6 files
161 links
Python.hub
Download Telegram
Are You Ready ?
Anonymous Poll
50%
Yes 😁
50%
Yes Yes Yes😍
Code 👇👇👇👇
from turtle import *

bgcolor('black')
speed(0)
hideturtle()

for i in range(120):
color('red')
circle(i)
color('orange')
circle(i*0.8)
right(3)
forward(3)
done()
Try to run above code
Road Lane Detection Using Python 👇👇👇
https://data-flair.training/blogs/road-lane-line-detection/
Tic-Tac-Toe Game Code 👇👇
😎😎 Python
from sketchpy import library as lib


obj = lib.rdj()
obj.draw()
from sketchpy import library as lib

obj = lib.bts()
obj.draw()
from sketchpy import library as lib

obj = lib.vijay()
obj.draw()
👆 try to run above three codes and share me output 😁