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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started