write a program for kilometers to meters.

 write a program  for kilometers to meters.


    a=float(input())

    print(int(a*1000)) 

Comments