Hacker News new | past | comments | ask | show | jobs | submit login

I dont know python. Does python3 have different behaviour than python2 on the same code, beyond just crashing?



You can write code that runs in both interpreters. Same syntax can have different behavior.

I guess nowadays, as the py2 compatibility is a thing of the past, most programs would crash when using that interpreter version.


Integer division




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: