Courdie - Wark - MictoEoft Edge
https.//coding-labs.career-shaper.com/attempt/9.4658
a. Career Pre Qualifier MCQ Assessment
shaper Pre Qualifier MCQ Assossment
\( 00: 00: 34: 20 \)
intecmozan
Why the give program leads to error?
import logging
def add \( (x, y) \) :
return \( x+y \)
\( a=5 \)
\( b=10 \)
result \( = \) add \( (a, b) \)
logging warning ('Add:', \( a,{ }_{2}+{ }^{\prime}, b_{r}{ }^{\prime}{ }^{\prime} \), result)
Warning level is not there in logging.
Type Error: it actually expects correct format i.e. format in display
Logging module spelling mistake
Syntax Error: no print statement
Nar: