Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Alphabetizer
#1
Code:
#Credits:
#Nevets04
#Fallen
#Uber1337
#Farout
import os
List = []
z = int(raw_input("How many words in your list?: "))
os.system("clear")
for x in xrange(z): List.append(raw_input(""))
List.sort(),os.system("clear")
print "\n".join(List)
Reply
#2
I like it, keep up the good work.
[Image: izsyo6.jpg]


Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)