What are the variables in the following code? Select all that apply.

Automate Cybersecurity Tasks with Python | Weekly challenge 1 Quiz | 

What are the variables in the following code? Select all that apply.

username = “kcarter”
attempts = 5
print(username)
print(attempts)
print(“locked”)
  • “locked”
  • “kcarter”
  • username
  • attempts

 

Leave a Comment