Question: In python please Programming Assignment 4 - SocialNet- 2023 Python (group of 2-3) Note: zyBook testing at ch.12.1 Due Monday by 11:59pm File Types py
In python please



Programming Assignment 4 - SocialNet- 2023 Python (group of 2-3) Note: zyBook testing at ch.12.1 Due Monday by 11:59pm File Types py and pdf Social Network Topics String Methods, for-loop, 2-D list Problem Description should also output the number of friends each person has. Programming Requirements 1. Ask the user to enter the total number of people in the network to create the 2-D list (There should be at least 1 person in the network). 2. Store their names in a separate list 3. We will decide whether one person is friends with another if their names' lexicographic difference is not greater than 12 5. You should assume that you are not friends with yourself, which means that ListOfFriends[i][j] =0, where i=j 6. Output the 2-D list in a table format to the screen (use only tabs for spacing) Sample Outputs ubmission Requirements: 1. Source code: the python file named as SocialNetYourlastname.py. 2. Project report: Include pseudocode, at least 5 screenshots of test runs (OR one screenshot of zyBook testing page) in one PDF file and name it SocialNetYourlastname.pdf
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
