python print

print是python语言中打印输出的意思.

打开python输入以下代码:

print("hello world")

运行结果:

hello world

比如打印<奋斗资源网 yyds>:

print("奋斗资源网 yyds")

以上三个都是简单的print打印输出方法.

python有序打印输出法:

print("{}{}{}".format(x=1,y=2,c=3))

运行结果:

x=1 y=2 c=3
原文地址:https://fendou.gqr5.cn/3496.html
------本页内容已结束,喜欢请分享------

感谢您的来访,获取更多精彩文章请收藏本站。

© 版权声明
THE END
喜欢就打个赏呗
点赞12 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容