Advertisement
Guest User

Untitled

a guest
Jul 30th, 2015
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. my_Cat = "ralph"
  2.  
  3. if my_Cat == "ralph":
  4.     print "my cat is called ralph!"
  5. else:
  6.     print "my cat isn't called ralph!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement