Write a program that determine the magic word (if the input number is 143,it displays I LOVE YOU else I HATE YOU).
s = input('Enter word: ') if s == '143': print('I LOVE YOU') else: print('I HATE YOU')
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment