What is special about python?
What is the output of print str + “test” if str = ‘hello world!’?
What is the difference between while and for loop?
What is tuple unpacking?
What are key words in python?
Write code to print everything in the string except the spaces.
How do you find the current version of python?
Which operator will be helpful for decision making statements?
What do you mean by python being an “interpreted language”?
What is python? What do you understand of pep 8?
Why pypy is faster than python?
What are local variables and global variables in python?
Why are we using self as first argument?
Tell me what are the built-in type does python provides?
What are the basic data types supported by python?