Question: Write a program that generates printable addition tests. The tests should consist of 5 questions which present a simple addition question in the following format,

Write a program that generates printable addition tests. The tests should consist of 5 questions which present a simple addition question in the following format, where the question number goes from 1 to 5, and num1 and num2 are randomly generated numbers between 1 and 10:Question 1 num1 + num2 =

The program should simply display the 5 questions – it should not prompt the user for any input.

Question 1 num1 + num2 =

Step by Step Solution

3.31 Rating (145 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

You can use Pythons random package to generate random numbers for the questions i... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Starting Out With Python Questions!