Python Forum
Looping through variables and setting them
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Looping through variables and setting them
#2
If you going to have pos1 through pos9. Why not use a list or at least a dict.
List start at 0.
pylist = [1,2,3,4,5,6,7,8,9]
for l in pylist:
    l += 1
print(pylist)
99 percent of computer problems exists between chair and keyboard.
Reply


Messages In This Thread
RE: Looping trough varaibles and setting them - by Windspar - Dec-17-2017, 01:28 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Setting permanent user variables in Windows coder420 2 1,483 Jan-04-2022, 10:42 AM
Last Post: Larz60+
  Help Setting Multiple Variables bzowk 0 1,648 Jul-18-2020, 06:59 PM
Last Post: bzowk
  setting pythonpath variable in environment variables saisankalpj 3 3,557 Dec-05-2018, 10:33 PM
Last Post: Gribouillis
  os.environ not setting current shell variables in Windows? brian6667 2 10,941 Apr-26-2017, 12:59 PM
Last Post: brian6667

Forum Jump:

User Panel Messages

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