Me too ! I seem to have forgotten everything
So, here I am, ... confidently working up my next OOP project. I get the idea that I wnat to see the latest directory of my newly defined class -- what methods have I created in here so far? So use the dir() function. Right? But the function returns a very long, long list object stretching across one line in the console. No good. I want it broken up into smaller pieces. Oh no! How do I do that? I'm cluless. My mind is a BLANK. I go to sleep. "Idiot!", my subconscious replies upon waking up. Have you forgotten how to slice a list? Seems so. Amnesia has struck. It happens. Even to me. Luckily not a permanent condition. Point is, we have to repeatedly go back to fundamentals (back to our roots) and refresh them or else we forget them. Even the most elementary ones. Eventually, I got it going. But in the process realized I don't remember how to convert a list into a set of strings. (See the G4G answer HERE ) I don't remeber how the join() function works! (See t...