Paper Title Number 1

Published in Journal 1, 2009

```python import random while True: side= (input(‘Ha Ha Ha, Batman i finlly catched you now lets see what your final destination will be pick a side… ‘)).lower() coin = random.choice([“head”, “tail”])

if side not in ["head", "tail"] : 
    print('i said pick a side $%#@!')
    continue

elif coin == side:
    print('Dammit Batman i guess i will have to free you, now go!')
else:
    print('Bang!!!')

Recommended citation: Your Name, You. (2009). "Paper Title Number 1." Journal 1. 1(1).
Download Paper | Download Slides | Download Bibtex