|
|
|
|
|
by lifewallet_dev
1524 days ago
|
|
You don't understand what "strongly typed" means... I give you a hint, `"1" == 1` is a type error in Python but "okay" in JavaScript because this one is "weakly typed", you're confusing "dynamic typing vs static typing" with "strongly typed vs weakly typed". |
|
Thanks for the hint.