Add Randomizer code

This commit is contained in:
2025-09-19 18:43:44 +00:00
commit 64f0b906f7

3
Randomizer code Normal file
View File

@@ -0,0 +1,3 @@
import random
random_integer = random.randint(1, 20)
print(f"Random integer: {random_integer}")