语句print("输出结果是{:8s}".format("this"))的输出是:输出结果是 :□□□□this。 □表示空格。
语句print("输出结果是{:8s}".format("this"))的输出是:输出结果是 :□□□□this。 □表示空格。
发布时间:2024-11-28 22:59:35
语句print("输出结果是{:8s}".format("this"))的输出是:输出结果是 :□□□□this。 □表示空格。