Explain how python does compile-time and run-time code checking?
Write an expression that evaluate to true?
What are the rules for legal python names?
Does the functions help() and dir() list the names of all the built_in functions and variables? If no, how would you list them?
Write an example of a print function in python?
How do you copy an object in python?
How to get a random number in python?
How will you sort a list?
What are the local and global variables in python?
What is sub() function?
How will you remove the last object from a list?
What are tuples in python? How differ with lists?
What is split() function?
How will you remove an object from a list?
How will you get the length of the string?