I want to have a string containing 4 pound signs..how can I accomplish this in Python without commenting the string out due to the pound signs?
As said before, single quotes do the job for string literals. You might also want to have a look at Python documentation