Skip to content

Instantly share code, notes, and snippets.

@hasayvaz
Created May 9, 2011 23:21
Show Gist options
  • Select an option

  • Save hasayvaz/963630 to your computer and use it in GitHub Desktop.

Select an option

Save hasayvaz/963630 to your computer and use it in GitHub Desktop.
her eve lazım :)
#-*- coding: utf-8
def name():
hayal = ["89", "69", "83", "105", "76"]
hayalet = ""
for i in hayal:
hayalet += chr(int(i))
return hayalet
def teklif():
ask = ["83", "69", "78", "105", "32",
"67", "79", "75", "32",
"83", "69", "86", "105",
"89", "79", "82", "85", "77"]
ilan = ""
for j in ask:
ilan += chr(int(j))
return ilan
def main():
print name(), teklif(), ":)"
main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment