Programming Examples

Python program to illustrate the global variable


Write a Python program to show the application of Global variable.

Solution

x="global"
def check():    
    global x
    print(x)
    x="Local"
    #x="Local"
check()
print(x)
Output/ Explanation:

global

Local

Latest Current Affairs 2024 Online Exam Quiz for One day Exam Online Typing Test CCC Online Test Python Programming Tutorials Best Computer Training Institute in Prayagraj (Allahabad) Online MBA 2 years Online MCA Online BCA Best Website and Software Company in Allahabad