-
Python How to use a global variable in a function
In Python, we can use a global keyword to referring a global variable.
Date: 2019-08-11 View: 1520
-
Java Global variable examples
In Java, there is no global keyword, but we can use public static variable to referring a global variable.
Date: 2019-08-11 View: 1520
-
Python How to list all files in a directory?
In Python, we can use os.walker or glob to create a find() like function to search or list files or folders in a specified directory and also it’s subdirectories.
Date: 2019-08-11 View: 1520