tournament.py (79B)
1 #!/usr/bin/env python3 2 3 if __name__ == '__main__': 4 print('Hello, World!') 5