Mac OS Mavericks Keyboard problem
I am very new to programming in Linux using Pycharm Community Edition 3.4.1 running in Linux Mint.
I'm inputting some tutorial text involving raw_input, ('What is your name ?') \n. The backslash is ok in this application but in Pycharm I get # symbol and I can't seem to find the correct key map to use. Futhermore, if I want the backslash in a program typing ## seems to work.
Can anybody point me in the right direction?
I'm inputting some tutorial text involving raw_input, ('What is your name ?') \n. The backslash is ok in this application but in Pycharm I get # symbol and I can't seem to find the correct key map to use. Futhermore, if I want the backslash in a program typing ## seems to work.
Can anybody point me in the right direction?
Please sign in to leave a comment.
Just putting \n by itself outside of a quote is not valid Python. If you're still not sure, maybe post your source code or a screenshot.