Add Randomizer code
This commit is contained in:
3
Randomizer code
Normal file
3
Randomizer code
Normal file
@@ -0,0 +1,3 @@
|
||||
import random
|
||||
random_integer = random.randint(1, 20)
|
||||
print(f"Random integer: {random_integer}")
|
||||
Reference in New Issue
Block a user