Go to advanced search

by Uhgtred
Tue Jan 10, 2017 3:45 pm
Forum: Python
Topic: getch() in Python
Replies: 14
Views: 29060

Re: getch() in Python

Anyone learning Python should be encouraged to use Python3. The differences are few and Python3 clears up some of the inconsistencies in Python2. As mentioned by jojopi the main difference you will come across is the print statement. If you are copying Python2 code just put the arguments in parenth...

Go to advanced search