Prepare a python program to display multiples of 7 below 200
Answers
Answered by
4
Language:
Python
Program:
Output:
Consider the attachment.
Explanation:
- Line 1: Starts for loop.
- Line 2: Checks if the number is divisible by 7.
- Line 3: Prints if it is.
- Line 5: Lets it páss if not.
Attachments:
Similar questions