
How To Know Data Type In Python
visibility
1K views
calendar_month
Apr 9, 2023
Python is a dynamically-typed programming language, which means that you don't have to explicitly specify the data type of a variable when you declare it.
Python is a dynamically-typed programming language, which means that you don't have to explicitly specify the data type of a variable when you declare it.