How can I make an if-else statement that classifies if the data that I have inputted is str, int, or float?
data = input(\'Enter a data: \')
What