+ 2
Method
In lines of code (in Python), what do empty brackets/parenthesis mean, for example; .lower()?
1 Answer
+ 1
An emptiness of parenthesis basically means that no parameters are given, i.e. no arguments are given to the function.
(at least as far as you can SEE)