From b5a2e216f28522b14782536a570625b307da9989 Mon Sep 17 00:00:00 2001 From: sickprodigy Date: Tue, 4 Nov 2025 17:32:26 -0500 Subject: [PATCH] renamed feat: add script to generate and print a random number between 1 and 100 --- Scripts/{random-number.py => random_number.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Scripts/{random-number.py => random_number.py} (100%) diff --git a/Scripts/random-number.py b/Scripts/random_number.py similarity index 100% rename from Scripts/random-number.py rename to Scripts/random_number.py