Python is a loosely typed language. What does this mean? You should not attempt
ID: 3720594 • Letter: P
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 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
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
Explanation / Answer
4) You don't need to declare a variable's type before utilizing it in a python code.
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.