fork download
  1. import math
  2.  
  3. a = float(input())
  4. b = float(input())
  5. c = (a**2 + b**2)**0.5
  6. print(c)
Success #stdin #stdout 0.04s 9468KB
stdin
4  
5
stdout
6.4031242374328485