Computer Science, asked by ishandragonballz, 6 months ago

Underline the errors and rewrite the following statement after correcting

them:

a =100

b=20

if (a>b) :

print(a)

else

Print(b)​

Answers

Answered by kartikey07
1

Answer:

it will be.

else if

Explanation:

hope it helps you

Mark brainlist please...

Answered by binnybhatia4
0

Answer:

a=100

b=20

if a>b:

print(a,"is greater than",b)

else:

print (b,"is grater than",a)

Explanation:

Similar questions