t270.py 67 B

12
  1. print " hello ".partition("x")
  2. print " hello ".rpartition("x")