Skip to content

Instantly share code, notes, and snippets.

@reynoldscem
Created December 1, 2023 10:43
Show Gist options
  • Save reynoldscem/f939a1f9dac13568c0f01a71feb417e3 to your computer and use it in GitHub Desktop.
Save reynoldscem/f939a1f9dac13568c0f01a71feb417e3 to your computer and use it in GitHub Desktop.
while True:
string = input()
if string == 'apple':
print(15 * 87)
else:
print('try again')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment