1.

Rewrite the following code of programs using for loop in python....pls. help me fast.​

Answer»

EXPLANATION:

a)

a=int(INPUT("")

for i in RANGE(a,-1,-2):

print(a*i)



Discussion

No Comment Found