CBSE Class 11 Informatics Practices
Question 29 of 52
Python Programming Fundamentals — Question 29
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.