Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: dot product of a list by a list in a dictionary stored as a value
Post: dot product of a list by a list in a dictionary st...

def similiar(): n=input() for name,rating in ratingsdict.items(): if name == n: return(rating) for key in ratingsdict(): print(sum(ratingsdict[key]*rat...
Fraher123 General Coding Help 1 1,757 Mar-25-2020, 05:27 PM
    Thread: I came across a problem and I am stuck on it
Post: I came across a problem and I am stuck on it

I was given two files one with a person name and their rating which I put into a dictionary and then one with the author's names and their books they've written which were also put into dictionaries. ...
Fraher123 Homework 3 2,143 Mar-24-2020, 09:44 PM

User Panel Messages

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