Python learning
27.3K subscribers
209 photos
8 videos
75 files
118 links
Learn pythonπŸ”₯
Quality content πŸ˜‰
Get Python Course 😁
Download Telegram
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
What is the output of the following code?
Choose the correct option βœ…
Anonymous Quiz
15%
19
37%
21
36%
18
12%
20