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

1 Expert Approved Answer
Step: 1 Unlock 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 Databases Questions!