Which line of code converts the integer 7 to a string?

Automate Cybersecurity Tasks with Python | Weekly challenge 3 Quiz | 

Which line of code converts the integer 7 to a string?

  • str(“7”)
  • string(“7”)
  • string(7)
  • str(7)

 

Leave a Comment