Page 1 of 1

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
by answerhappygod
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'>.’