itsmeaasthalol itsmeaasthalol 23-01-2024 Computers and Technology contestada Rewrite the following code using the for loop. 1. a=int(input(“enter a number”)) i=a while i>=0: print(a*i) i=i-2