Good morning / afternoon / evening, I come here with the question of how to identify decimal and integer in python. Because I enter numbers with the float in case the user enters the decimal number. Then I want it to show an integer number in case the user enters a whole number and shows a decimal number in case there is a decimal number. Thanks for the attention.