Troll's Bug
« Previous | Next »
RSS Feed
| Guy: | /join #python |
|---|---|
| Guy: | Hey! I am unable to do i++. |
| Nick1: | There is no ++ operator in Python. Use i += 1. |
| Guy: | What? No ++ operator? When will they fix this bug? |
| Nick2: | Bug? |
| Nick4: | It is not a bug. |
| Nick3: | LOL!!! |
| Nick6: | Integers are immutable. |
. o O (++i works though but it does not increment.)