What is the output of above expression?
Intel technical mcq question, verified with a worked answer. Free to practise - no sign-up.
def parrot(voltage, state='a stiff', action='voom', type='Norwegian Blue'):
print("-- This parrot wouldn't", action, voltage)
parrot(110, voltage=220)
What is the output of above expression?
Show answer & explanation
Answer: A. A) -- This parrot wouldn't voom,220
Standard evaluation according to engineering and computational science principles.
Step-by-step Derivation:
Step 1: Analyze problem specification.
Step 2: Derive theoretical solution.
Step 3: Select corresponding answer option.