|
I would like to use Python 3 instead of 2 for the quizzes. I have the IDLE interface opened on my computer, but is there any way that I can paste my answer into the answer box? I have had to resort to using print(my answer) in their box since it doesn't seem that I can paste directly into the answer box. |
|
Without starting a war about which version is better, I personally have only 3.1 on my computer at home but it will be very helpful to also learn 2.7 since so much legacy code is written in it. One option I am using is Repl.it which has an online implementation of 2.7.2. I would suggest testing homework in that for the time being. What would be nice is if Udacity put a footnote in the "Instructor Comments" where a particular piece of code in the lesson was only for 2.7 and a link to Python documentation on how it worked in 3.0 or higher. IMHO. |