Question: Find mistakes in the below program and rewrite the correct program. A==5 1B=4 if A=B: print(Hello) else print(Hi)
Find mistakes in the below program and rewrite the correct program.
A==5
1B=4
if A=B:
print(Hello)
else
print(Hi)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
