Computer Science, asked by meeval106, 8 months ago

1. Rewrite the following code of statements after correcting the syntactical errors a. a=integer(input('First num")) b= 10 for i in range(a:b) PRINT(a*b) if (a>b) then print (a) b. i=10 while (i=>5): print (I) i=i+1:

Answers

Answered by adityahmis8
22

Answer:

Explanation:

a=integer(input("first number"))

b=10

for 10 in range(a:b)

print(a*b)

if(a>b)then

print(a)

Similar questions