Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Variable list
#3
It's hard to say, as it is not clear how you have defined some of the variables in your code. For example, you loop over links, but links is not defined anywhere in your code. Further, you are looping over links with the loop variable val, but you are not writing val. You are writing result, which is defined once outside the loop, and never changes in the loop.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply


Messages In This Thread
Variable list - by Ivan86 - Aug-18-2018, 09:02 PM
RE: Variable list - by nilamo - Aug-18-2018, 09:13 PM
RE: Variable list - by ichabod801 - Aug-18-2018, 09:13 PM
RE: Variable list - by Ivan86 - Aug-18-2018, 09:17 PM
RE: Variable list - by nilamo - Aug-18-2018, 09:55 PM
RE: Variable list - by ichabod801 - Aug-18-2018, 09:59 PM
RE: Variable list - by Ivan86 - Aug-18-2018, 10:37 PM
RE: Variable list - by ichabod801 - Aug-18-2018, 11:16 PM
RE: Variable list - by Ivan86 - Aug-19-2018, 07:21 AM
RE: Variable list - by snippsat - Aug-19-2018, 12:28 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Split string using variable found in a list japo85 2 1,393 Jul-11-2022, 08:52 AM
Last Post: japo85
  An IF statement with a List variable dedesssse 3 8,663 Jul-08-2021, 05:58 PM
Last Post: perfringo
  Create variable and list dynamically quest_ 12 4,653 Jan-26-2021, 07:14 PM
Last Post: quest_
Question Matching variable to a list index Gilush 17 6,122 Nov-30-2020, 01:06 AM
Last Post: Larz60+
  Print variable values from a list of variables xnightwingx 3 2,722 Sep-01-2020, 02:56 PM
Last Post: deanhystad
  Multiplication between a list and a variable doug2019 2 2,240 Oct-08-2019, 04:10 AM
Last Post: doug2019
  Sub: Python-3: Better Avoid Naming A Variable As list ? adt 9 4,176 Aug-29-2019, 08:15 AM
Last Post: adt
  Score each word from list variable pythonias2019 6 3,467 Jun-13-2019, 05:44 PM
Last Post: gontajones
  How to store the value from variable into list & run a statement then put in variable searching1 1 2,537 May-29-2019, 06:36 AM
Last Post: heiner55
  copy list into variable poroton 1 2,671 Aug-10-2018, 07:19 AM
Last Post: Gribouillis

Forum Jump:

User Panel Messages

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