All kinds of typing

Report a typo

Match the statements with the kinds of typing they characterize.

Match the items from left and right columns
Dynamic typing
Static typing
Strong typing
Weak typing
the code print("99" / 3) returns an error
the code print("99" / 3) runs without errors
variable my_string can hold any value
variable my_string only holds strings
___

Create a free account to access the full topic