What does this line of code return?

Automate Cybersecurity Tasks with Python | Weekly challenge 2 Quiz | 

What does this line of code return?

print(sorted(["h32rb17", "p52jb81", "k11ry83"]))
  • [“h32rb17”]
  • [“p52jb81”, “k11ry83”, “h32rb17”]
  • [“p52jb81”]
  • [“h32rb17”, “k11ry83”, “p52jb81”]

 

Leave a Comment