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?
What about:
x = '####'
If between quotes, it will not be a comment!