89.5K subscribers
87 photos
13 videos
6 files
161 links
Python.hub
Download Telegram
>>> b = 30
>>> def fun(a, b=b):
return a+b >>> print(fun(1))
Anonymous Quiz
11%
1
45%
Error
15%
30
29%
31
👆 Free Google Course on Artificial intelligence
👇👇Windows Logo Using Python 👇👇
.
https://iterathon.tech/how-to-design-windows-logo-using-python/
Space Shooter Game using Python 👇👇👇👇👇👇👇

.
https://github.com/tasdikrahman/spaceShooter
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/