CBSE Class 11 Computer Science
Question 26 of 48
Python Programming Fundamentals — Question 26
Back to all questionsThere are two errors in this code fragment:
In the statement
b = a+b, variablebis undefined.In the statement
print(a And b),Andshould be written asand.