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...