Login
Roast topics
Find topics
Find it!
From:
www.pythonmorsels.com
(Uncensored)
subscribe
Python doesn't have type coercion - Python Morsels
https://www.pythonmorsels.com/type-coercion/
links
backlinks
Roast topics
Find topics
Roast it!
Unlike many programming languages, Python doesn't have "type coercion". Python typically doesn't implicitly convert one object to another type of object. Type conversions usually need to be explicit.