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
~91 People Reached
Favorite Forums
Favorite Tags
Member Avatar for ramp08

Can someone please help me understand where I am going wrong, I am supposed to convert a string of ASCII to text: [CODE] seq=input("enter string ASCII numbers to be converted into text: ") for x in range(0, len(seq)): seq2=chr[seq[x]] print(seq2) [/CODE] Any help will be appreciated!Thanks!

Member Avatar for snippsat
0
91