拾贰画生

拾贰画生

数据

#1 Python中“f-string”的使用 - Python基础

#1 Python中“f-string”的使用 - Python基础

magicians = ['alice', 'david', 'carolina'] for magician in magicians: print(f"{magician.title()}, that was a great trick!") 在看到这段代码的时候,很好奇,print(f
40
0
2025-09-18
Mac M3 Python 开发环境

Mac M3 Python 开发环境

终端工具 系统终端 Xtermial iTerm ➜ ~ echo $SHELL /bin/zsh ➜ ~ echo $0 -zsh ➜ ~ cat /etc/shells # List of acceptable shells for chpass(1). # Ftpd will not a
24
0
2025-08-18