Skip to content

Commit

Permalink
Complete challenge 1
Browse files Browse the repository at this point in the history
  • Loading branch information
jelknernvcc committed Jul 20, 2023
1 parent f1e82cc commit 6a71053
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions GASP/sheet2/mathquiz.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
from random import randint


num1 = randint(1, 10)
num2 = randint(1, 10)

question = f"What is {num1} times {num2}? "
print(question)

0 comments on commit 6a71053

Please sign in to comment.