File size: 111 Bytes
e16247a
 
 
1
2
3
a = 50
#错误写法:print("这次考试的通过率为%d%"%(a))
print("这次考试的通过率为%d%%"%(a))