Question: python var question What will be the output of the following code segment? var = 100 def outer var = 200 definner global var var
What will be the output of the following code segment? var = 100 def outer var = 200 definner global var var = 300 Your answer: 100 200 300 O Nothing / None Clear answer NE
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
