Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #55.0K
~2K People Reached
- Interests
- Gaming, Graphic Design, Downhill Mountain Biking, Football
- PC Specs
- 17" Mac Book Pro 2.4 GHz Intel Core Duo 8 GB 1067 MHz DDR3
Favorite Forums
Favorite Tags
python x 3
1 Posted Topic
Hello, I'm fairly new to python and I've currently run into a road block in this problem. I set up this code: def average(the_list): return the average of the list def deltalist(the_list,a): return a list which is each of the element of the_list subtracted by a def squarelist(lst): return a … |
The End.