Which statement of python is used whenever a statement is required syntactically but the program needs no action?
No Answer is Posted For this Question
Be the First to Post Answer
How is memory managed in python?
What is the key difference between a list and the tuple?
Boolean have 2 possible values. Are there types in python that have 3 possible values?
In python, how you can randomize the items of a list in place ?
What is the object class?
How to access a module written in python from c?
How do you sort a list in descending in python?
What is the purpose of bytes() in python?
Can a constructor be static?
Do you know the number of keywords in python?
Explain split() methods of "re" module in python?
What is the use of the break statement?