Computer Science, asked by sadamaurya07, 2 months ago


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

Answers

Answered by anishamhetre05
5

Answer:

Rewrite the following code of statements after correcting the syntactical errors a. a=integer(input('First num")) b= 10 for i in ...

Explanation:

Mark me and follow me

Similar questions