Guest User

Untitled

a guest
Jul 22nd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. indice = map(float, raw_input().split())
  2. mes= raw_input().split()
  3. comp=float(raw_input())
  4. for i in range(len(mes)):
  5. if comp>indice[i]:
  6. print mes[i], "%.1f" % indice[i]
Add Comment
Please, Sign In to add comment