博客园  :: 首页  :: 管理

2021年6月18日

摘要: 关于python3中,print函数,可以同时打印输出多个和多种类型数据,如下: >>> print(1,"abc",2,"https://www.cnblogs.com/5201351",True) 1 abc 2 https://www.cnblogs.com/5201351 True >>> 阅读全文

posted @ 2021-06-18 19:25 520_1351 阅读(1890) 评论(0) 推荐(0) 编辑