Create a question to test the user with Random number in num1 multiplied by random number in num2 The result is then put inside a variable called right answer Copy the text in the left hand side and paste it underneath your code so far.
print(num1,"x",num2,"=",rightanswer) Run the code to see if the sums make sense. Delete the temporary print command before moving on to the next challenge. |