Variable Declaration in Java & Python
In Java we need to specify the variable's type, in Python we don't need to specify the type, because it's dynamically inferred.
In Java we need to specify the variable's type, in Python we don't need to specify the type, because it's dynamically inferred.