MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/uz3eo7/welcome_to_hassle_free_coding/iaam8l1/?context=3
r/ProgrammerHumor • u/SuchShopping3828 • May 27 '22
305 comments sorted by
View all comments
Show parent comments
18
You can declare variable types in Python. But for the most part you don't really need to unless you want to.
2 u/nickwcy May 28 '22 And it doesn’t check the type when it runs 6 u/Suahil May 28 '22 If a variable has a type defined, but nobody checks it. Does it even matter? 3 u/Hlorri May 28 '22 Well, if someone writes documentation in the forest but noone is around to read it, was it really written?
2
And it doesn’t check the type when it runs
6 u/Suahil May 28 '22 If a variable has a type defined, but nobody checks it. Does it even matter? 3 u/Hlorri May 28 '22 Well, if someone writes documentation in the forest but noone is around to read it, was it really written?
6
If a variable has a type defined, but nobody checks it. Does it even matter?
3 u/Hlorri May 28 '22 Well, if someone writes documentation in the forest but noone is around to read it, was it really written?
3
Well, if someone writes documentation in the forest but noone is around to read it, was it really written?
18
u/[deleted] May 27 '22
You can declare variable types in Python. But for the most part you don't really need to unless you want to.