Python Forum
Giving all possible values to four different variables
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Giving all possible values to four different variables
#1
I have for different values which are a b c d. Their sum should be always 1
And they can take 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 but the sum always should be 1. and they can take same values too.
I want to print all possible combinations for these 4 variables like that:

a, b, c, d = 0.5, 0.2, 0.2, 0.1
a, b, c, d = 1.0, 0.0, 0.0, 0.0
a, b, c, d = 0.5, 0.0, 0.4, 0.1
.
.
.
How can I do that in simplest way?
Reply


Messages In This Thread
Giving all possible values to four different variables - by quest_ - Jan-17-2021, 08:23 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Creating a loop with dynamic variables instead of hardcoded values FugaziRocks 3 1,482 Jul-27-2022, 08:50 PM
Last Post: rob101
  Create array of values from 2 variables paulo79 1 1,084 Apr-19-2022, 08:28 PM
Last Post: deanhystad
  variables vcnt, ocnt, and mcnt adding previous values and not resetting to 0 archanut 2 1,929 Feb-12-2021, 06:56 PM
Last Post: deanhystad
  Variables being overridden to initial values. p2bc 6 2,623 Oct-10-2020, 09:03 PM
Last Post: p2bc
  Print variable values from a list of variables xnightwingx 3 2,626 Sep-01-2020, 02:56 PM
Last Post: deanhystad
  Assign dynamic values to Variables srikanthpython 6 3,417 Jun-06-2020, 03:36 PM
Last Post: srikanthpython
  Using Excel Values As Variables for Equation dezmund 1 2,192 May-09-2019, 01:06 PM
Last Post: heiner55
  How many variables/values are limited to single assignment operator? Prabakaran141 1 2,030 Sep-06-2018, 03:32 PM
Last Post: Larz60+
  Storing and using UI variables values across files xenas 5 4,270 Mar-24-2017, 11:23 PM
Last Post: ichabod801

Forum Jump:

User Panel Messages

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