A. Yes
B. No
C. if / else not used in python
D. None of the above. उपर्युक्तमें से कोई नहीं
a='good' if 2+2==4 else 'bad'
print(a)