t395.py 70 B

1234
  1. print int(True)
  2. print int(False)
  3. print float(True)
  4. print float(False)