Question: python Write a program that asks the user to enter an integer number n and creates a sequence of numbers from 1 to n. The
Write a program that asks the user to enter an integer number n and creates a sequence of numbers from 1 to n. The program should only print numbers which are multiples of 5 . Note: a number x is a factor of a number y if y is divisible by x. Similarly, a number y is a multiple of a number x if y is divisible by x. USE WHILE Por ejemplo
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
