
February 5th, 2013, 04:14 AM
|
|
Contributing User
|
|
Join Date: Jul 2007
Location: Joensuu, Finland
|
|
Quote: | Originally Posted by Nibur How shall i do to be able to print "? |
Either alternate single and double quotes or use \ to quote the quote character:
Code:
print('Hello "Hank", you are the best')
print("Hello \"Hank\", you are the best")
__________________
My armada: openSUSE 12.3 (home desktop, laptop, work desktop), Ubuntu 12.04 LTS (mini laptop), Debian GNU/Linux 7.0 (server), Mythbuntu 12.04 LTS (HTPC), Bodhi Linux 2.0 & Windows 7 Ultimate (test desktop), FreeBSD 9.1 (test server)
|