发布时间:2019-08-09 08:50:58编辑:auto阅读(1836)
try:
可能产生运行时错误的代码
except:
错误恢复代码
Man: Is this your car?
Other man: No.
Woman: What color is it?
Bye.
Go on
#!/usr/local/python
with open('E:/python code/other/tmp/test.txt') as fd:
for each_line in fd:
if each_line.find(':') > 0:
(role, line_spoken) = each_line.split(':',1)
print(role),
print(' said '),
print(line_spoken),
#!/usr/local/python
import os,sys
try:
with open('E:/python code/other/tmp/test.txt') as fd:
for each_line in fd:
try:
(role, line_spoken) = each_line.split(':', 1)
print(role),
print(' said '),
print(line_spoken),
except ValueError:
pass
except IOError:
print('The file is missing.')
上一篇: python如何学习
下一篇: CCSP笔记3
50000
49252
39910
36953
31352
28193
27148
21943
21884
20223
232°
225°
209°
378°
391°
995°
1855°
1729°
1400°
2819°