|
|
|
|
|
by kjeetgill
2897 days ago
|
|
Double check me on this, but I'm pretty sure your definition of strong types is wrong; that's static typing. Python is strongly typed but not staticly. Weak typing is more like 1 == "1" is true. Aka implicit parsing or casting. |
|