CCNP 350-401 ENCOR Question 443 DISCUSSION

  • 728 views
  • 2023-06-29
« Back to Main Menu

Refer to the exhibit. What is the output of this code?

def get_credentials():
  creds={'username':'cisco','password':'c339348dc30e3fbig3kjr93godke333'}
  return(creds.get('username'))

print(get_credentials())

A. cisco
B. get_credentials
C. username
D. username:cisco

Refer to the exhibit. What is the output of this code?

def get_credentials():
  creds={'username':'cisco','password':'c339348dc30e3fbig3kjr93godke333'}
  return(creds.get('username'))

print(get_credentials())

A. cisco
B. get_credentials
C. username
D. username:cisco

Correct Answer: A

Support AceITCert.com by buying stuff you need!

0 Comments

In order to participate in the comments you need to be logged-in.
You can sign-up or login (it's free).