Created
March 18, 2011 15:34
-
-
Save pasali/876281 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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