MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1w2prjy/pythonfeelsillegal/p6umlia/?context=3
r/ProgrammerHumor • u/ItsPuspendu • 2d ago
219 comments sorted by
View all comments
87
So long mutable strings as well 👀 Edit: i got immutable confused with mutable
32 u/JanEric1 2d ago Aren't python strings immutable 17 u/wett-puss-lover 2d ago I got immutable and mutable confused. In python, strings are not mutable, that’s what i meant 3 u/chawmindur 2d ago If needed you can still use an array.array of unicode chars
32
Aren't python strings immutable
17 u/wett-puss-lover 2d ago I got immutable and mutable confused. In python, strings are not mutable, that’s what i meant 3 u/chawmindur 2d ago If needed you can still use an array.array of unicode chars
17
I got immutable and mutable confused. In python, strings are not mutable, that’s what i meant
3 u/chawmindur 2d ago If needed you can still use an array.array of unicode chars
3
If needed you can still use an array.array of unicode chars
array.array
87
u/wett-puss-lover 2d ago edited 2d ago
So long mutable strings as well 👀
Edit: i got immutable confused with mutable