03-30-2016, 06:33 PM
1: Why are you fixing the length of a list? If you want to use that, use an array.
2: pointer_pos is a terrible name for the index, because 1: it's an index, 2: python doesn't have pointers, and 3: pointer_pos sounds like a pointer pointer to me.
3:
Why are you getting the string of a string?
4:
Can be shortened to
2: pointer_pos is a terrible name for the index, because 1: it's an index, 2: python doesn't have pointers, and 3: pointer_pos sounds like a pointer pointer to me.
3:
Code:
asciival = str(chr(tape[index]))
4:
Code:
f = i + 1
while evr[f] != "*":
assign.append(evr[f])
f += 1
assl = ''.join(assign)
Code:
assign = evr[i+1: evr.find("*", beg=i)]
You know what I say.
A slut is just a free prostitute
A slut is just a free prostitute