Advertisement
TristanSld

boolean

Jan 5th, 2014
64
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. #-*-coding:utf-8-*-
  3. soru=raw_input("Adınız: ")
  4. if bool(soru)==True:
  5.     print "Teşekkürler."
  6. else:
  7.     print "Bu soruyu boş geçemezsiniz!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement