Advertisement
TristanSld

sort method in lists

Jan 8th, 2014
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.16 KB | None | 0 0
  1. #/usr/bin/env python
  2. #-*-coding:utf-8-*-
  3. isimler=["Ahmet", "Bayram", "Sude", "Huriye", "Abdullah", "Ismail"]
  4. print isimler, "\n"
  5. isimler.sort()
  6. print isimler
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement