Skip to content

Instantly share code, notes, and snippets.

@wynand1004
Created October 15, 2017 04:05
Show Gist options
  • Save wynand1004/b5c521ea8392e9c6bfe101b025c39abe to your computer and use it in GitHub Desktop.
Save wynand1004/b5c521ea8392e9c6bfe101b025c39abe to your computer and use it in GitHub Desktop.
Rock, Paper, Scissors ASCII Art
# Rock Paper Scissors ASCII Art
# Rock
print("""
_______
---' ____)
(_____)
(_____)
(____)
---.__(___)
""")
# Paper
print("""
_______
---' ____)____
______)
_______)
_______)
---.__________)
""")
# Scissors
print("""
_______
---' ____)____
______)
__________)
(____)
---.__(___)
""")
@mohamedtouihri
Copy link

Thanks so much bro

@natib21
Copy link

natib21 commented Jul 16, 2024

Thank You

@wynand1004
Copy link
Author

wynand1004 commented Jul 16, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment