Python學習之基礎知識

1. 格式化輸出 user_1='韓梅梅' user_2='李雷' print('{}對{}說:"hello"'.format(user_1,user_2)) 控制檯輸出: php D:\pythoncode\venv\Scripts\python.exe D:/pythoncode/1.py 韓梅梅對李雷說:"hello" Process finished with exit code 0
相關文章
相關標籤/搜索