Write a Python script that asks for the user to enter a value and prints out the type of the value in the following form
Posted: Fri May 20, 2022 3:13 pm
Write a Python script that asks for the user to enter a value
and prints out the type of the value in the following format: ‘You
entered: 24 which is a <class 'int'>.’
and prints out the type of the value in the following format: ‘You
entered: 24 which is a <class 'int'>.’