What does this line of code return? print(type(“h32rb17”))

Automate Cybersecurity Tasks with Python | Weekly challenge 2 Quiz | 

What does this line of code return?

print(type(“h32rb17”))
  • str
  • h32rb17
  • int
  • “h32rb17”

 

Leave a Comment