From e83ce69cedb57e6ea614f4dad4144ff99d21ee6f Mon Sep 17 00:00:00 2001 From: AlexCami1902 Date: Mon, 19 May 2025 16:57:13 +1000 Subject: [PATCH] Update main.py Added coin toss page for clearer explanation of what is going on. The input file needs to send to the new coinflip.py file, the coinflip.py file needs to send to the main.py file to start the match as well as interacting with the shared.py file. Signed-off-by: AlexCami1902