大桔子AI

导航

Python --- print基本用法

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编辑  收藏  举报