Added motivational comment

This commit is contained in:
2025-06-14 01:03:08 +01:00
parent 92a5d7c3ff
commit 5aa672f0cf

View File

@ -1,6 +1,8 @@
import pygame import pygame
from random import randint from random import randint
#Oh god here we go. I'm gonna screw up this entire thing
def fire():#LETS GO GAMBLING def fire():#LETS GO GAMBLING
if randint(1,6) == 6: if randint(1,6) == 6:
PlaySound(GunShot) PlaySound(GunShot)