📜  如何在 python 代码示例中打印整数

📅  最后修改于: 2022-03-11 14:45:14.184000             🧑  作者: Mango

代码示例1
x = 7
print('Number: ' + str(x))
#str() turns anything inside to a string which allows you to
#add it to another/different string