Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import random
- raw_input('Press Enter To Flip The Coin')
- b = ' @@@@@ ',' @ @ ',' @ O O @ ' ,' @ ___ @ ',' @ @ ',' @@@@@ '
- a = ' @@@@@ ',' @|/ \|@ ',' @ |/ \| @ ' ,' @ |/ \| @ ',' @|/ \|@ ',' @@@@@ '
- c = [a,b]
- print "\n".join(random.choice(c))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement