print("{} = {}".format(n, i1),end = ✀✀)什么意思?

2025-02-02 22:42:35
推荐回答(1个)
回答1:

将n和i1格式化为字符串并输出,且输出后不换行。
假设n=100,i1=25,则输出格式如:
100 = 25