Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/usr/bin/python
- #okei today l will speak some logic / algoritm
- #l make a raw_input but while user input not put data (just press Enter)
- #FIRST Tips
- a = raw_input("data : ") #this is for multiple input can be string and can be number
- if a == "":
- print "data is nothing"
Advertisement
Add Comment
Please, Sign In to add comment