|
|
|
|
|
by striking
2125 days ago
|
|
You would be wrong. Try adding a string and number together. That's a type error. Unlike in JS or C, where a lot of these conversions are implicit and only warn if anything. Python determines the types at runtime, but it is very clear about what few operations you're allowed to do on any given set of types. |
|