The following code gave an error when executing it. Find the…
The following code gave an error when executing it. Find the line that has the error and write it down after correcting it. Do not put any spaces. a = 2if a>1 print(“number is larger than 1: a =”, “a”)
Read Details