How do you assign the string value “rtp3426” to a variable called device_id?

Automate Cybersecurity Tasks with Python | Weekly challenge 1 Quiz | 

How do you assign the string value “rtp3426” to a variable called device_id?

  • device_id = “rtp3426”
  • device_id = rtp3426
  • device_id(“rtp3426”)
  • device_id(rtp3426)

 

Leave a Comment