Python Forum
Spyder Quirk? global variable does not increment when function called in console
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Spyder Quirk? global variable does not increment when function called in console
#2
The value of v in the program updating. That is shown by the value returned by inc(). For some reason Spyder is looking elsewhere when you ask for the value of v.

This all works as expected in IDLE. What happens if you set the value of v from the consle and call inc()?
Reply


Messages In This Thread
RE: Spyder Quirk? global variable does not increment when function called in console - by deanhystad - Sep-18-2020, 02:50 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Variable Explorer in spyder driesdep 1 228 Apr-02-2024, 06:50 AM
Last Post: paul18fr
  Spyder console zoom in not working? Dionysis 2 459 Feb-06-2024, 03:31 PM
Last Post: paul18fr
  Variable for the value element in the index function?? Learner1 8 655 Jan-20-2024, 09:20 PM
Last Post: Learner1
  Variable is not defined error when trying to use my custom function code fnafgamer239 4 594 Nov-23-2023, 02:53 PM
Last Post: rob101
  Multiple variable inputs when only one is called for ChrisDall 2 493 Oct-20-2023, 07:43 PM
Last Post: deanhystad
  It's saying my global variable is a local variable Radical 5 1,181 Oct-02-2023, 12:57 AM
Last Post: deanhystad
  Printing the variable from defined function jws 7 1,319 Sep-03-2023, 03:22 PM
Last Post: deanhystad
  Function parameter not writing to variable Karp 5 948 Aug-07-2023, 05:58 PM
Last Post: Karp
  Couldn't install a go-game called dlgo Nomamesse 14 3,147 Jan-05-2023, 06:38 PM
Last Post: Nomamesse
  help to increment a third list hermine 7 1,340 Nov-29-2022, 04:19 PM
Last Post: perfringo

Forum Jump:

User Panel Messages

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