Posts: 4,647
Threads: 1,494
Joined: Sep 2016
Jan-28-2018, 04:23 AM
(This post was last modified: Jan-28-2018, 04:23 AM by Skaperen.)
in
Python3 i'd like to determine if an
int is large enough that its value would have to be
long in
Python2.
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Posts: 4,647
Threads: 1,494
Joined: Sep 2016
i guess i have to consider that a Pyton3 implementation might do it all different than a Pythin2 implementation. i was looking to know a limit to run at for speed, but this could vary by implementation, all else being the same, about the only thing i can count on is that the limit won't be less than 127.
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.