Advertisement
daniil-vlasenko

Untitled

Jun 12th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. a = int(input())
  2. b = int(input())
  3. c = int(input())
  4. d = int(input())
  5. e = int(input())
  6. f = int(input())
  7. g = int(input())
  8. k = int(input())
  9. l = int(input())
  10. v = int(input())
  11. x = max(a,b,c,d,e,f,g,k,l,v)
  12. print(x)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement