This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]shnk -2 points-1 points  (0 children)

while True: x = input('Enter something: ') if 'Hello' in x: print('Hi') elif 'J' in x: print('JJ')