CCNP 350-401 ENCOR Question 443 DISCUSSION
« Back to Main MenuRefer 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