摘要:
[toc] ## 05 字符串的格式化 ```pythonname = input('请输入你的姓名:\n')hobbies = input('请输入你的爱好:\n')print('hobbies of %s is %s ' % (name, hobbies))print(f'hobbies of 阅读全文
posted @ 2022-06-18 23:28
方皓皓
阅读(34)
评论(0)
推荐(0)
摘要:
### python解释器 ```python版本区别 2.7 3.6 3.7 3.8 3.9 3.10``` ### 编辑背景 ```python建议使用深色的主题``` ### 学习资料 ```python博客:https://www.cnblogs.com/Dominic-Ji/视频:参考群文 阅读全文
posted @ 2022-06-18 23:16
方皓皓
阅读(28)
评论(0)
推荐(0)