Mention the rules for local and global variables in Python?
Discy Latest Questions
How can you convert a number to string?
Why do lambda forms in Python not have the statements?
What is the difference between list and tuple?
How to send an email in Python Language?
What will be the output of data[-2] from the list data = [1,5,8,6,9,3,4]?
What will be the output of [‘!!Welcome!!’]*2?
Give the output of this example: A[3] if A=[1,4,6,7,9,66,4,94].
What is the usage of enumerate () function in Python?