Questions

Python: More Maths 3

A sweet manufacturer makes wine gums. Wine gums are put into boxes by a machine and when the box is full it is packaged up to be sent to the shops and a new box is filled. Write a program to carry out the following tasks: Input the total number of wine gums made by

Python: More Maths 3 Read More »

Python: More Maths 1

Write a program that will input two numbers (and store them in variables X and Y). Using the // and % operators, output the whole number part and the remainder for dividing X by Y. When you are satisfied with your code, copy and paste it below, then submit your solution. create.withcode.uk

Python: More Maths 1 Read More »

Python: Inputs and Variables 4

Write a program, similar to the one above, which does the following: a. Asks three questions, storing the user’s answers to each in different, suitably named variables b. Displays the entered answers in an organised, well presented report on the screen. When you are satisfied with your code, copy and paste it below, then submit

Python: Inputs and Variables 4 Read More »

Shopping Cart