标签:swa class 字符串 print int was for oop color
age = 20 name = ‘Swaroop‘ print(‘{0} was {1} years old when he wrote this book‘.format(name, age))
python代码
原文地址:https://www.cnblogs.com/jkn1234/p/8797947.html