Which line of code assigns the string “dtanaka” to a variable called username?

Automate Cybersecurity Tasks with Python | Weekly challenge 1 Quiz | 

Which line of code assigns the string “dtanaka” to a variable called username?

  • username = “dtanaka”
  • username(“dtanaka”)
  • username = dtanaka
  • “dtanaka” = username

 

Leave a Comment