Question: Python is a loosely typed language. What does this mean? You should not attempt to type-cast variable in Python There are not data types in
Python is a loosely typed language. What does this mean?
| You should not attempt to type-cast variable in Python | ||
| There are not data types in the Python language | ||
| You can perform any arithmetic operation on any Python variable | ||
| You don't need to declare a variable's type before utilizing it in a Python program |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
