Что будет напечатано при запуске команды print(type("True"))? <class 'int'> <class 'bool'> <class 'str'> bool True
Задание

Что будет напечатано при запуске команды print\(type\("True"\))?

  • <class 'int'>
  • <class 'bool'>
  • <class 'str'>
  • bool
  • True