Python Forum
How many variables/values are limited to single assignment operator?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How many variables/values are limited to single assignment operator?
#1
How many variables/values are limited to single assignment operator?

Example:
1) a = 10
2) a,b = 10,20
Similar to above example, do python has any limitations over assignment operator(=)?
Reply
#2
No limitation that I know of. Your operating system will probably choke (if MS windows) before Python.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Creating a loop with dynamic variables instead of hardcoded values FugaziRocks 3 1,430 Jul-27-2022, 08:50 PM
Last Post: rob101
  Create array of values from 2 variables paulo79 1 1,056 Apr-19-2022, 08:28 PM
Last Post: deanhystad
  How can I assign "multiple variables" to a single "value"? Psycpus 2 1,810 Oct-04-2021, 03:29 AM
Last Post: deanhystad
Brick UnboundLocalErrors: variables reference before assignment? Need Help! sirLancelot 1 1,541 Mar-08-2021, 04:29 PM
Last Post: deanhystad
  variables vcnt, ocnt, and mcnt adding previous values and not resetting to 0 archanut 2 1,886 Feb-12-2021, 06:56 PM
Last Post: deanhystad
  Giving all possible values to four different variables quest_ 7 2,886 Jan-18-2021, 05:18 AM
Last Post: deanhystad
  Variables being overridden to initial values. p2bc 6 2,566 Oct-10-2020, 09:03 PM
Last Post: p2bc
  Print variable values from a list of variables xnightwingx 3 2,574 Sep-01-2020, 02:56 PM
Last Post: deanhystad
  Pack integer values as single bytes in a struct bhdschmidt 3 2,278 Jun-09-2020, 09:23 PM
Last Post: bhdschmidt
  Assign dynamic values to Variables srikanthpython 6 3,362 Jun-06-2020, 03:36 PM
Last Post: srikanthpython

Forum Jump:

User Panel Messages

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