This video is a part of Python Interview Questions (Multiple Choice).
It explains if we can use int and float as variables.
int, float are datatypes in Python but they are not keywords, they are conversion functions.
We can use int, float as variables but it is not a good practice.
#python #pythonprogramming #pythoninterviewquestions