Python learning
27.2K subscribers
209 photos
8 videos
75 files
118 links
Learn pythonπŸ”₯
Quality content πŸ˜‰
Get Python Course 😁
Download Telegram
How to Store Strings in Variables cheat sheet
What will be the output of the above
Python code?
Anonymous Quiz
28%
1 2 3
36%
Error
6%
1 2
30%
None
SIM Card Part and Function πŸ™ŒπŸ»πŸ™ŒπŸ»πŸ™ŒπŸ»πŸ™ŒπŸ» .
Download all these books For Free πŸ‘‰ https://inprogrammer.com/5-must-read-free-books-for-beginners/
What will be the Output
def fun_x(x):
X=X+'2' x=x*2 return x print(fun_X("python")
Anonymous Quiz
33%
python2python2
17%
python2
42%
Error
7%
None of above
Python tricks and tips
Section 2: Strings
Lesson 8: Printing out multiple values of strings

Code snippet to copy:
print(β€œon”*3+’ β€˜+”off”*2)
Keyboard Shortcuts for VS CODE πŸ™ŒπŸ»πŸ™ŒπŸ»
You want free Python Projects 😍
Anonymous Poll
97%
Yess πŸ‘
3%
No πŸ‘Ž
Is Python case sensitive when
dealing with identifiers?
Anonymous Quiz
71%
yes
16%
no
12%
machine dependent
1%
none
πŸ™ŒπŸ»πŸ™ŒπŸ»
5 Free books for every beginner python programmer πŸ˜πŸ‘‰ https://inprogrammer.com/5-must-read-free-books-for-beginners-part-2/
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
What will be the Output if we execute
2 == "2
Anonymous Quiz
17%
True
46%
False
8%
2
29%
None of the Above
πŸ™ŒπŸ»πŸ™ŒπŸ»