Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: have homework to add a list to a list using append.
Post: have homework to add a list to a list using append...

So I am attempting to add a list to a list with append, but I don't think it is working, as I cannot call the list back out using another option. This is the list here: passwords = [["yahoo","XqffoZe...
celtickodiak Homework 2 1,996 Oct-11-2019, 12:14 PM
    Thread: No idea how to use the Caesar Cypher in my code
Post: RE: No idea how to use the Caesar Cypher in my cod...

I can do the whole thing, but I don't know what "too much code" would be. I will put in the code from the top, to my code, and see if that helps. import csv import sys #The password list - We start w...
celtickodiak Homework 5 3,063 Oct-08-2019, 02:10 AM
    Thread: No idea how to use the Caesar Cypher in my code
Post: RE: No idea how to use the Caesar Cypher in my cod...

Right, ok I forgot about the argument, thank you. So I plugged in what "key" is, which is encryptionKey, but when I plugged it in, and ran it, it gives me an error saying TypeError: passwordEncrypt(...
celtickodiak Homework 5 3,063 Oct-08-2019, 01:41 AM
    Thread: No idea how to use the Caesar Cypher in my code
Post: No idea how to use the Caesar Cypher in my code

So in our homework assignment, most of the code is given to us, and we have to write a few lines. Initially it asks for us to look at the passwords lists and print out a password based on the input, n...
celtickodiak Homework 5 3,063 Oct-08-2019, 12:29 AM
    Thread: Need help with an assignment, not an answer.
Post: RE: Need help with an assignment, not an answer.

(Oct-01-2019, 01:12 AM)ichabod801 Wrote: You just need one line before the break line. On that line you want to insert 'and' between the last item and the next to last item in the list. There is an ...
celtickodiak Homework 4 2,936 Oct-01-2019, 02:28 AM
    Thread: Need help with an assignment, not an answer.
Post: Need help with an assignment, not an answer.

So I was given code to essentially begin the assignment, but for some reason I cannot for the life of me figure out where to go with it. I tried to do it on my own without the given code, but it went ...
celtickodiak Homework 4 2,936 Sep-30-2019, 10:59 PM
    Thread: Working alongside a video, not getting the same result.
Post: Working alongside a video, not getting the same re...

I am working alongside a video for my class, and they have a code on screen that I put into Pycharm, and it is telling me the word is not defined. This is the code that isn't working: if number < 1...
celtickodiak Homework 2 1,472 Sep-23-2019, 11:07 AM
    Thread: My code is not printing, how do I get it to do so?
Post: My code is not printing, how do I get it to do so?

print('Enter number grade.') grade = input() if int(grade) < 60: print('F') elif int(grade) == (60, 61, 62): print('D-')The beginning to my code, it goes all the way up to the highest grade...
celtickodiak Homework 4 2,403 Sep-16-2019, 03:30 PM

User Panel Messages

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