Question: Using Python Assignment 4: Trees and Fives (10 points) Write a program in Python that it will loop over the integers from 1 to 50
Using Python
Assignment 4: Trees and Fives (10 points)
Write a program in Python that it will loop over the integers from 1 to 50 (both included) and print those integers but:
If the number is a multiple of 3, the program will print "Trees" instead of the number
If the number is a multiple of 5, the program will print "Fives" instead of the number
If the number is multiple of both 3 and 5, the program will print "Trees&Fives" instead of the number
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
