在Python中,要删除 print 的内容,可以使用以下方法:
# print("Hello, World!")
pass
if False: print("Hello, World!")
通过以上方法可以删除 print 的内容,从而实现控制程序执行时是否输出打印信息。