[Tutor] Identifying V3 examples

Alan Gauld alan.gauld at btinternet.com
Tue Jul 21 01:46:34 CEST 2015


On 20/07/15 15:53, Jon Paris wrote:
> I’m having problems identifying sites that feature V3 code.

The simplest clues are

print foo   -> v2
print(foo)  -> v3

import Tkinter -> v2
import tkinter -> v3

However, mostly it doesn't make much difference.
Are there particular sites or code issues you are having
problems with?

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos




More information about the Tutor mailing list