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("""
_______
---' ____)____
______)
__________)
(____)
---.__(___)
""")
@OctuStudent
Copy link

Thanks so much bro

@mohamedtouihri
Copy link

Thanks so much bro

@natib21
Copy link

natib21 commented Jul 16, 2024

Thank You

@Abdiaziz4
Copy link

thank you bro

@Ogo-Oluwa
Copy link

Ogo-Oluwa commented Oct 4, 2024

Awesome

@Vicky-jay
Copy link

so helpful

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