为了账号安全,请及时绑定邮箱和手机立即绑定

关于from os.path import exists

关于from os.path import exists

miss510 2017-08-01 17:36:43
from sys import argv from os.path import existsscrip,from_file,to_file=argv     #怎么这行是错的?print "Copying from %s to %s" % (from_file, to_file)# We ciuld do these two on  one line too, how?in_file = open(from_file)indata = in_file.read()print "The input file is %d bytes long"% len(indata)print "Does the output file exist? %r" % exists(to_file)print "Ready, hit REURN to continue, CTRL-C to abort."raw_input()out_file = open(to_file,'w')out_file.write(indata)print "Alright, all done."out_file.close()in_file.close()
查看完整描述

1 回答

?
产品经理不是经理

TA贡献481条经验 获得超143个赞

你在哪运行的?你运行的时候添加命令行参数没

查看完整回答
1 反对 回复 2017-08-01
  • 1 回答
  • 0 关注
  • 3045 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信