Advertisement
TristanSld

if statement in conditional expressions 1

Jan 5th, 2014
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.17 KB | None | 0 0
  1. #!/usr/bin/env python
  2.  
  3. #-*-coding:urf-8-*-
  4.  
  5. sifre = raw_input("Lütfen şifrenizi giriniz: ")
  6.  
  7. if sifre=="python":
  8.  
  9.     print "Şifre onaylandı. Programa hoş geldiniz.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement