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