Дело Фортрана бессмертно!
Как в Фортране когда-то можно было изменить значение целой константы, присвоив новое значение по ее адресу, так и сейчас можно то же самое сделать в Питоне: https://kate.io/blog/2017/08/22/weird-python-integers/
This entry was originally posted at https://spamsink.dreamwidth.org/1065292.html. Please comment there using OpenID.
>>> for i in range(0, 10): ... print(i) ... 0 1 2 3 4 5 6 13 8 9
This entry was originally posted at https://spamsink.dreamwidth.org/1065292.html. Please comment there using OpenID.