Python Interview Question Set 6
Categories: Java 8(JDK1.8) || Python ||
What are the difference between local and global variable in Python?Global Variables:a) Variables declared outside a function or in global space are called global variables.b) If a variable is e