欢迎莅临 SUN WU GANG 的园子!!!

世上无难事,只畏有心人。有心之人,即立志之坚午也,志坚则不畏事之不成。

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2023年5月24日

摘要: # 通过:f"内容{变量}" 的格式,实现快速格式化,如下示例 print(" 字符串快速格式化 ") name ="sunwugang" age=18 print(f"my name is {name},age is {age}") print("my name is {},age is {}". 阅读全文
posted @ 2023-05-24 18:24 sunwugang 阅读(6) 评论(0) 推荐(0) 编辑

摘要: # 安装开发工具(参考) # python-3.11.3-amd64.exe python.org.com # pycharm-community-2020.3.2.exe # coding test print("hello python aa") print("hello python bb") 阅读全文
posted @ 2023-05-24 18:00 sunwugang 阅读(3) 评论(0) 推荐(0) 编辑