HomePython 5 #Global Variable in Python byYogesh Rajput -March 31, 2021 0 #How can use a global variable in python?global WW = "fantastic"def myfun3(): print("This is my Python " + W)myfun3()print(W)
Post a Comment
If you have any doubts. Please Let me Know