while True:
  con = input('USD:')
  def convert(d):
    print(d * 0.5)