We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4bd7b commit 42b8e28Copy full SHA for 42b8e28
scripts/random-number.py
@@ -1,5 +1,5 @@
1
-elif scripto.upper() == 'random-number.PY':
2
- search("random-number.PY","beaumodmail") # Sam.py MESSAGE
+elif scripto.upper() == 'RANDOM-NUMBER.PY':
+ search("random-number.py","beaumodmail") # Sam.py MESSAGE
3
clear()
4
5
import random
@@ -11,4 +11,4 @@ def generate_random_number():
11
random_number = generate_random_number()
12
print(f"The random number is: {random_number}")
13
14
-end()
+end()
0 commit comments