Skip to content

Instantly share code, notes, and snippets.

@pasali
Created March 18, 2011 15:34
Show Gist options
  • Save pasali/876281 to your computer and use it in GitHub Desktop.
Save pasali/876281 to your computer and use it in GitHub Desktop.
#!/usr/bin/python
#-*-coding:utf-8-*-
isim = raw_input("isminizi girin:")
print "Merhaba ", isim,
no = raw_input("numaranı gir:")
if no == "019":
print"Bu ali adlı kullanıcının numrası!"
elif no == "043":
print"Bu mehmet adlı kullanıcının numrası!"
elif no == "126":
print"Bu ayşe adlı kullanıcının numrası!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment