All the previous files

This commit is contained in:
bendtherules
2014-02-05 10:44:04 +05:30
commit 12135f9a60
160 changed files with 8827 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
numb=0;
print("Type your super awesome password")
i=raw_input()
i.lower()
for letters in i:
l=ord(letters)-ord('a')+1
for count in range(l):
numb=numb*10+1
#print numb
print ("Take this bitch!! : "+str(numb))