Skip to content

Commit f69d7ec

Browse files
committed
main updated.
1 parent c5888ba commit f69d7ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

002 - Dice Roll/diceroll.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
num = random.randint(1, 6)
1313
print("You got", num)
1414
elif askuser == "n" or askuser == "N": # Check both conditions separately
15-
print("Goodbye!")
15+
print("Not, cool! Goodbye!")
1616
break
1717
else:
1818
print("Invalid input")

0 commit comments

Comments
 (0)