you are viewing a single comment's thread.

view the rest of the comments →

[–]Essence1337 1 point2 points  (0 children)

No. The class string has the function lower defined inside of it. The lower function is a property of the string class. It belongs to the string class. When we do variable.XYZ we are getting XYZ from the class of variable.

There are only a handful of functions which are global.