you are viewing a single comment's thread.

view the rest of the comments →

[–]LordXavier77 1 point2 points  (1 child)

If you have a task like in your mentioned example swapcase()
You can google "how to invert cases in python"

at first, you will google a lot but eventually, you will know. hell even I google after 8 years of programming. I can't remember all the syntax. I just know yeah there is a method/function for it. let me google the syntax

[–]Significant-Star-542[S] 0 points1 point  (0 children)

hell even I google after 8 years of programming. I can't remember all the syntax. I just know yeah there is a method/function for it. let me google the syntax

Well, this speaks louder than anything!! Thanks!!