You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print "Hello, " + name + " - welcome to " + str(year) + "\n"
# If,else conditions
if (year > 2008):
print "Welcome to the future - yes, we have flying cars!\n"
elif(year < 2008):
print "The past - please don't change anything. Don't step on any butterflies. And for the sake of all thats good and holy, stay away from your parents!\n"
else:
print "Anything wrong with your time machine? You have not gone anywhere, kiddo.\n"