Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Login system
#2
I haven't tried the program, but I would note that you have a problem with student_number. You get it in the dados function, but you don't return it from there, so you can't use it in the repete function. You need to return the value from dados, assign that to a variable, and pass that to repete as a parameter. See the function tutorial link in my signature below for examples.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply


Messages In This Thread
Login system - by cardozo6060 - Jun-07-2019, 04:38 PM
RE: Login system - by ichabod801 - Jun-07-2019, 05:33 PM
RE: Login system - by cardozo6060 - Jun-07-2019, 10:44 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Login/register system. Exploiterz 5 3,924 May-15-2018, 05:32 PM
Last Post: wavic
  User sign up and login system tesilstudent112 1 5,097 Oct-22-2017, 10:14 AM
Last Post: metulburr

Forum Jump:

User Panel Messages

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