Python 编程从入门到实践 课后练习2-9

love = 5201314
print('The number I like is :' + str(love) + '!')

转载于:https://www.cnblogs.com/lc1314/p/10113865.html