Python Forum
Trying to clear a list automatically at certain times (guizero)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Trying to clear a list automatically at certain times (guizero)
#2
don´t do "from ... import *", that´s very bad code style

refactor your code and remove all "global",
using global is bad code style and is likely to cause problems

Use functions with parameters and let them return values to the calling code.
Reply


Messages In This Thread
RE: Trying to clear a list automatically at certain times (guizero) - by ThomasL - Jul-26-2019, 03:24 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Example of guizero ListBox jreebel 1 2,334 Oct-29-2020, 08:17 PM
Last Post: Larz60+
  guizero repeat command pdihawk 2 2,998 Sep-28-2020, 01:32 PM
Last Post: pdihawk

Forum Jump:

User Panel Messages

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