Timetraveler
Timetraveler

Reputation: 91

How to go back in the terminal?

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.

enter image description here Thanks

Upvotes: 1

Views: 903

Answers (1)

Aladin
Aladin

Reputation: 623

Did you try cmd+d or d in your terminal ?

Upvotes: 1

Related Questions