Download all these books For Free π https://inprogrammer.com/5-must-read-free-books-for-beginners/
π7π₯2π₯°2β€1
  What will be the Output
def fun_x(x):
X=X+'2' x=x*2 return x print(fun_X("python")
  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
      
    π€―25π12π€9π7π2
  π9
  Is Python case sensitive when
dealing with identifiers?
  dealing with identifiers?
Anonymous Quiz
    71%
    yes
      
    16%
    no
      
    12%
    machine dependent
      
    1%
    none
      
    π€31π9π€―8π5π2
  5 Free books for every beginner python programmer ππ https://inprogrammer.com/5-must-read-free-books-for-beginners-part-2/
π8π₯°1
  What do you likeπ€
  Anonymous Poll
    44%
    Python Programming
      
    20%
    Ethical Hacking
      
    15%
    Web Development
      
    17%
    Data Science
      
    3%
    Android development
      
    π28π₯5π3π€3β€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()
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()
π19π₯°7π7
  50+ python projects with source codeπ https://medium.com/@inprogrammer/50-python-projects-with-source-code-336bd54fea11
β€12π3π1
  What will be the Output if we execute
2 == "2
  2 == "2
Anonymous Quiz
    17%
    True
      
    46%
    False
      
    8%
    2
      
    29%
    None of the Above
      
    π€18π13π₯°7π±2π’2β€1π₯1π1
  Which of the following is the correct
extension of the Python file?
  extension of the Python file?
Anonymous Quiz
    8%
    python
      
    3%
    pl
      
    89%
    Py
      
    1%
    P
      
    π25π₯°9π±7β€1π€1π1
  Numpy & Pandas are libraries o
which field
  which field
Anonymous Quiz
    19%
    Web development
      
    77%
    Data Science
      
    4%
    Android
      
    β€12π₯°5π4π1
  