Python learning
27.3K subscribers
209 photos
8 videos
75 files
118 links
Learn pythonπŸ”₯
Quality content πŸ˜‰
Get Python Course 😁
Download Telegram
Download For Free β˜ΊοΈπŸ‘‡
https://inprogrammer.com/data-science-ebooks-free-online/
Best Python automation project with source code😍 πŸ‘‡πŸ‘‡

https://inprogrammer.com/best-python-automation-project-with-source-code/
Learning Python in 2023: Best Tips and ResourcesπŸ˜πŸ‘‡πŸ‘‡
https://inprogrammer.com/learning-python-in-2023-best-tips-and-resources/
Python learning pinned Deleted message
What is the output of the following code?πŸ‘‡
Choose the correct option βœ…
Anonymous Quiz
29%
1
58%
2
9%
8
4%
5
Become a Data Scientist in 50 Days πŸ™ŒπŸ»
import turtle
turtle.bgcolor("black")
squary = turtle.Turtle()
squary.speed(20)
squary.pencolor("red")
for i in range(400):
squary.forward(i)
squary.left(91)
What is the output of the following code?
Choose the correct optionβœ…
Anonymous Quiz
28%
ahellobhelloc
23%
helloahellobc
19%
abc
31%
Error