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
暂无评论内容