In python 3, explicit typecasting is required for input() function if data should be float or int code example
Example: how to tyoecast in python
example = 1.3234325
print(type(example))
example = 1.3234325
print(type(example))