Posts
 
Reputation
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
~5K People Reached
Favorite Forums
Favorite Tags
Member Avatar for forsakenedzero

hey, i am trying to create a progam that reads gif images and displays them from raw binary , but some how only small images worked till now [ICODE]from imagehex2 import* def lzw(hexList,asclist,numberbinary,numberbyte): lzw,x,numberbyte=[],0,numberbyte+1 number=numberbyte print number print 'numberc binary =',numberbinary numberbitperbinary=numberbinary+1 for t in range(len(hexList)): if asclist[t]==',': if hexList[t+5] …

0
54
Member Avatar for Roadphantom13

Hello everyone. This is my first post so if something doesn't work, bear with me. I'm a beginner at python and tried to write a program that will calculate Average Word Length. I wrote what I thought should work but the final answer keeps coming out to an average of …

Member Avatar for forsakenedzero
0
5K