python中数字与字符串拼接

num = 3
print('最后倒数第' + str(num) + '行的数据为空的数据')

猜你喜欢

转载自blog.csdn.net/weixin_41996632/article/details/88840074