From 5aa672f0cf246c67130a5b3c390e4485af5880f0 Mon Sep 17 00:00:00 2001 From: Tango Date: Sat, 14 Jun 2025 01:03:08 +0100 Subject: [PATCH] Added motivational comment --- __main__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/__main__.py b/__main__.py index c2d76e4..70146b4 100644 --- a/__main__.py +++ b/__main__.py @@ -1,6 +1,8 @@ import pygame from random import randint +#Oh god here we go. I'm gonna screw up this entire thing + def fire():#LETS GO GAMBLING if randint(1,6) == 6: PlaySound(GunShot)