print(a, b)
print("a=%d" % a)
print("a=%d, b=%d" % (a, b))
%f 实数
%d 整数
%c 字符
%s 字符串
posted on 2024-03-12 10:29 大桔子AI 阅读(15) 评论(0) 编辑 收藏 举报
Powered by: 博客园 Copyright © 2024 大桔子AI Powered by .NET 9.0 on Kubernetes