Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Need help with lists to continue my assignment code
Post: RE: Need help with lists to continue my assignment...

Here is the solution for #3, although now #5 is not working!   if (choice == '3'):    print( "What website is this password for?" )    website = input( )    print( "What is the password?" )    unencry...
tinabina22 Homework 9 10,431 Oct-12-2016, 12:13 AM
    Thread: Need help with lists to continue my assignment code
Post: RE: Need help with lists to continue my assignment...

I'm sorry that my code is a mess, but only the very last few lines are mine, the rest is from our instructor. But you can delete it I figured it out.
tinabina22 Homework 9 10,431 Oct-11-2016, 12:38 AM
    Thread: Need help with lists to continue my assignment code
Post: RE: Need help to continue my assignment code

I'm using Python 3.5, Pycharm. This is what the instructions: Wrote:####### YOUR CODE HERE ###### #You will need to encrypt the password and store it in the list of passwords #The encryption functi...
tinabina22 Homework 9 10,431 Oct-07-2016, 10:53 PM
    Thread: Need help with lists to continue my assignment code
Post: Need help with lists to continue my assignment cod...

How can I add a name and password to my list named, "samplePasswordFile" using Python 3. I need to do this: if(choice == '3'):    print("What website is this password for?")    website = input()   ...
tinabina22 Homework 9 10,431 Oct-07-2016, 10:07 PM
    Thread: Assignment
Post: RE: Assignment

(Oct-06-2016, 11:35 PM)Yoriz Wrote: (Oct-06-2016, 12:58 AM)tinabina22 Wrote: #1. Create a loop that goes through each item in the password list # simplest way to loop through a list is: for i in ...
tinabina22 Homework 8 11,656 Oct-06-2016, 11:36 PM
    Thread: Assignment
Post: RE: Assignment

I need for this code for i in range(len("samplepasswordfile")):    i = [0,1] to find these passwords passwords = [["yahoo","XqffoZeo"],["google","CoIushujSetu"]] it goes as far as #2, ask me what ...
tinabina22 Homework 8 11,656 Oct-06-2016, 11:10 PM
    Thread: Assignment
Post: RE: Assignment

I still can't get it to work with any of your suggestions, do I have the code in the right spot within the code itself?
tinabina22 Homework 8 11,656 Oct-06-2016, 09:54 PM
    Thread: Assignment
Post: Assignment

This is an assignment that is due next week and I'm stuck on the for i in range code at the bottom highlighted with purple font.  I have included the instructions from my professor as well as the begi...
tinabina22 Homework 8 11,656 Oct-06-2016, 12:58 AM
    Thread: trying to get my random number guessing game to work! NEED HELP
Post: RE: trying to get my random number guessing game t...

Give this a try: from random import randint randomNum = randint(1,100) print('I am thinking of a number between 1 and 100.')   for guessesTaken in range(1, 100):     print('Take a guess.')     guess =...
tinabina22 Homework 4 6,868 Oct-06-2016, 12:49 AM

User Panel Messages

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