errorType / 29.py
Beuys's picture
Upload 47 files
e16247a verified
raw
history blame contribute delete
95 Bytes
a = 3.1415926
#错误写法:print("the vaule of pi is "+a)
print("the vaule of pi is %f"%(a))