我最近跟着學習python到ex4的困難之路,並對它有點困惑。我用python3.5.2 這是我在編輯器中鍵入,效果不錯: 學習Python的困難之路ex4
但是當我通過終端打開文件,事實證明這樣的:
('There are', 100, 'cars available')
('There are only', 30, 'drivers available')
('There will be', 70, 'empty cars today.')
('we can transport', 90, 'to carpool today.')
('we need to put about', 3, 'in each car.')
結果我期望是:
There are 100 cars available without the symbols.
你可以將你的源代碼發佈爲文本而不是圖片嗎? –
從輸出中,它看起來像使用Python 2.x,而不是3.5.2。 – martineau
請閱讀[** _爲什麼不在上傳圖片的時候提出問題?_ **](https://meta.stackoverflow.com/questions/285551/why-not-to-upload-images-of -code-on-so-when-ask-question- – martineau