Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Math python question
#2
What do you mean by "cannot be put together" and "works"? Does [(1, 2), (25, 99), (8000, 9999)] work? Are you looking for no duplicates, or do the numbers also have to be sequential like [(1, 2), (3, 4), (5, 6)]? If sequential, do the numbers have to be in the sequential order, or is [(1, 5), (4, 2), (3, 6)] work?

More details please.
Reply


Messages In This Thread
Math python question - by Deonvek - Apr-05-2023, 02:04 AM
RE: Math python question - by deanhystad - Apr-05-2023, 03:10 AM
RE: Math python question - by Gribouillis - Apr-05-2023, 06:40 AM
RE: Math python question - by ibreeden - Apr-05-2023, 07:37 AM
RE: Math python question - by deanhystad - Apr-05-2023, 05:35 PM
RE: Math python question - by lothar - Apr-05-2023, 08:42 PM
RE: Math python question - by deanhystad - Apr-05-2023, 09:27 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to do "fixed size" (wrapping) math in Python? AlexanderWulf 13 2,179 Jul-19-2023, 04:13 PM
Last Post: deanhystad
  math.log versus math.log10 stevendaprano 10 2,618 May-23-2022, 08:59 PM
Last Post: jefsummers
  Math Package in python Uma 1 1,575 Dec-12-2021, 02:01 PM
Last Post: jefsummers
  Why getting ValueError : Math domain error in trig. function, math.asin() ? jahuja73 3 3,940 Feb-24-2021, 05:09 PM
Last Post: bowlofred
  "SyntaxError: invalid syntax" running code in Doing Math With Python b saucerdesigner 2 2,816 Nov-03-2020, 04:23 PM
Last Post: saucerdesigner
  Programming Difficult math in Python Huntern 6 4,937 Oct-17-2019, 06:32 AM
Last Post: Huntern
  python 3 math formulas where to use () Python101 1 2,366 Jun-09-2019, 09:54 PM
Last Post: micseydel
  Python modeling a math solution Masterwoot 1 2,334 Mar-01-2019, 08:50 AM
Last Post: buran
  Python math error nadirdogan 3 3,488 Feb-11-2018, 10:56 AM
Last Post: nadirdogan
  Math problem python Dhaval 1 3,020 Jun-05-2017, 10:28 AM
Last Post: wavic

Forum Jump:

User Panel Messages

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