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

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!