t345.py 77 B

1234567
  1. from math import *
  2. print cos(pi)
  3. print pi
  4. print log(100,2)
  5. print pow(2,24)