Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想要一个包含 4 磅符号的字符串。我如何在 Python 中完成此操作,而不会因为磅符号而将字符串注释掉?
关于什么:
x = '####'
如果在引号之间,则不会是评论!
如前所述,单引号可以完成字符串文字的工作。您可能还想查看Python 文档
如果某些 IDE 将 '####' 解释为半生不熟的字符串加上注释,请更改 IDE!