Computer Science, asked by rhhrhbrh, 5 months ago

Rewrite the following code after removing errors and underline each correction.

a,b=5,7

If a>b

print “a is greater”

Else:

print(“b is greater”)​

Answers

Answered by anchitsingh40
1

Answer:

a=b

Explanation:

please mark me as brainliest

Similar questions