Reputation: 91
I am new to using the terminal for Python. I was using MAC terminal and wrote
name = "name" and then I typed dir(name) I wanted to use help to see what title function does and hence wrote help(name.title). The screenshot shows what I get as output but I can't seem to exit this and go back to my old code anymore. Any help would be appreciated. Also, the people who use terminal for Python, how should I learn it? I am trying to get better at coding in my university holidays.
Upvotes: 1
Views: 903