Question: Python code program4_2.py Write a program that program that use a for loop to loop through the whole numbers from 100 to 200 and prints
Python code program4_2.py Write a program that program that use a for loop to loop through the whole numbers from 100 to 200 and prints the following:
the number, followed by the word "World", if the number if divisible by 5
the number, followed by the word "Cup", if the number is divisible by 3
the number, followed by the words "World Cup!", if the number is divisible by both 5 and 3
Printed output should be formatted as in the example output. The ellipsis is being used to represent missing values that your program should also generate.
Example Output
I need a detailed pseudocode alsotThank You
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
