What code can you use to return the data type of the value stored in the input variable?

Automate Cybersecurity Tasks with Python | Weekly challenge 1 Quiz | 

What code can you use to return the data type of the value stored in the input variable?

  • type(“string”)
  • print(input)
  • print(“type”)
  • type(input)

 

Leave a Comment