Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem with my code
#5
I'd like to create 5 defs with this.
In the first round it should get the first value of every string.

command = [getuser(),getpw(),getnewuser(),getnewpw(),getreppw()]
variable = [user,pw,newU,newpw,reppw]
surce = [e1,e2,f1,f2,f3]

so if 1 = 1:

def getuser():
    global user
    user = e1.get()
    return user
Reply


Messages In This Thread
Problem with my code - by Godx - Aug-21-2018, 05:00 PM
RE: Problem with my code - by Gribouillis - Aug-21-2018, 05:36 PM
RE: Problem with my code - by Godx - Aug-21-2018, 06:10 PM
RE: Problem with my code - by Axel_Erfurt - Aug-21-2018, 06:18 PM
RE: Problem with my code - by Godx - Aug-21-2018, 06:48 PM
RE: Problem with my code - by Axel_Erfurt - Aug-21-2018, 08:54 PM
RE: Problem with my code - by perfringo - Aug-22-2018, 05:24 AM

Forum Jump:

User Panel Messages

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