python创建文件

2024-12-14 18:12:47
推荐回答(1个)
回答1:

语法错误。
在你希望输出错误信息那里(ERROR)需要一个print。
如果Python2.* : print "ERROR:...."
如果Python3.* : print("ERROR...")