Python Forum
how to make a program with a certain number of multiples?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to make a program with a certain number of multiples?
#1
how to make a program if it met with certain multiples of these numbers will produce a different output
example: I have numbers 1 - 20 these numbers will have the same output except 2, 4, 6, 8, 10, 12, 14, 16, 18, 20 plus the string in front to distinguish that they are multiples of 2 besides their multiples of 2 only has regular integer output.
output:
1
2 different
3
4 different
5
6 different
7
8 different
9
10 different
etc

how do you make the program?

I've tried using a for loop and range function with an if statement but it still produces output that doesn't match what I want
Reply


Messages In This Thread
how to make a program with a certain number of multiples? - by syafiq14 - Jan-01-2020, 12:48 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  prefix ID Number with 0,00 make 3 digit. mg24 1 742 Oct-06-2022, 07:20 AM
Last Post: ibreeden
  Is it possible to make a program recognize how many clicks it has had on the monitor? jao 0 1,152 Feb-25-2022, 06:31 PM
Last Post: jao
Smile Help making number analysis program Dainer 2 1,752 Jun-24-2021, 09:55 PM
Last Post: jefsummers
  How to make a Vocal synthesizer program on Python? Seadust 3 3,550 Jan-28-2021, 06:26 PM
Last Post: gonnach
  I want to create small multiples grouped bar plot, and facing some aesthetics issuess dev_kaur 0 1,611 Dec-05-2020, 08:49 AM
Last Post: dev_kaur
  How to make a Python program run in a dos shell (cmd) Pedroski55 2 2,307 Nov-09-2020, 10:17 AM
Last Post: DeaD_EyE
  multiprocess hang when certain number is used in the program esphi 7 3,178 Nov-06-2020, 03:49 PM
Last Post: esphi
  I try to make Heron formula program abcd 7 3,390 Oct-22-2020, 12:48 AM
Last Post: abcd
  Make a Python program executable in Windows Pedroski55 1 2,102 Sep-26-2020, 12:34 AM
Last Post: bowlofred
  Make an array of string number in a List polantas 5 3,089 May-27-2020, 07:18 AM
Last Post: buran

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020