Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sibaja

    Passwords?

    I am a novice programmer. I would like to add a Username Login type password box to my program. How do I do that??
  2. sibaja

    Windows python,what am I doing wrong?

    Using input() is fine, since your are asking for an integer as input from the user. Your code should look like this... print"simple" a=input("speed?") b=input("distance?") print"it\'ll take",float(b)/float(a)*60," to go that far" notice on...
  3. sibaja

    Passwords

    I am a novice programmer. I am writing a program and would like to require the user to use passwords to access some areas of the program, how do I create a "Login / Password" box?

Part and Inventory Search

Back
Top