t326.py 97 B

1234
  1. import math
  2. print "%10.5f" % math.radians(180)
  3. print "%10.5f" % math.degrees(math.radians(180))