Which of the following calls to the type() function uses correct syntax?

Automate Cybersecurity Tasks with Python | Weekly challenge 2 Quiz | 

Which of the following calls to the type() function uses correct syntax?

  • type([17, 81]):
  • type([55, 81, 17])
  • type[81, 55, 17]
  • type[(81, 17)]

 

Leave a Comment