On Thursday 08 May 2014 12:57:43 Kornel Benko wrote: > How works this code in python2? > Sorry for my apparent ignorance. > > Kornel
Adding to that file from __future__ import print_function this works since python 2.6 -- José Abílio
On Thursday 08 May 2014 12:57:43 Kornel Benko wrote: > How works this code in python2? > Sorry for my apparent ignorance. > > Kornel
Adding to that file from __future__ import print_function this works since python 2.6 -- José Abílio