课程
/后端开发
/Python
/初识Python
if score>=60:
print ('passed')
else:
SyntaxError: unindent does not match any outer indentation level
我用的是python3.4.3
2016-02-18
源自:初识Python 5-2
正在回答
????
慕慕3083393 提问者
if score>=60: print ('passed') else: ?????
举报
学python入门视频教程,让你快速入门并能编写简单的Python程序