t261.py 58 B

1234
  1. print str.lower("Hello")
  2. x = [4,5,0]
  3. list.sort(x)
  4. print x