Skip to content

Instantly share code, notes, and snippets.

@KIDJourney
Created February 5, 2016 11:34
Show Gist options
  • Save KIDJourney/fe425c0fd35386227bda to your computer and use it in GitHub Desktop.
Save KIDJourney/fe425c0fd35386227bda to your computer and use it in GitHub Desktop.
x = raw_input("Enter Your name:")
y = raw_input("Enter Your L name:")
if x=='Sajad' and y=='Ha':
print "Done"
else:
print "Wrong"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment