Which line of Python code would create a Boolean value of True?

Automate Cybersecurity Tasks with Python | Weekly challenge 1 Quiz | 

Which line of Python code would create a Boolean value of True?

  • print(10<100)
  • print(25<24)
  • print(“True”)
  • print([“Boolean”])

 

Leave a Comment