Skip to content

Instantly share code, notes, and snippets.

@modos
Created July 16, 2022 01:46
Show Gist options
  • Save modos/972447167181fa4d6a5495f6198080ad to your computer and use it in GitHub Desktop.
Save modos/972447167181fa4d6a5495f6198080ad to your computer and use it in GitHub Desktop.
همایش زندگی بهتر
target = input()
target = target.split(" ")
y = int(target[0])
x = int(target[1])
if x <= 10:
print("Right", (11 - y), x)
else:
print("Left", (11 - y), (21 - x))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment