text block decode produced erroneous python
-

def BackSpace(buyt_array):
global Temp, index, Test, Output_string, label0, line0, title0, circle0, kb
buyt_array = Output_string.encode()
buyt_array = buyt_array[ : -1]
Output_string = (Output_string if isinstance(Output_string, (int, float)) else 0) + (buyt_array.decode())The last line produces an error.
to me the last line should be Output_string = buyt_array.decode()
-
Erroneous Python, the British Comedy group?
-
@teastain said in text block decode produced erroneous python:
Erroneous Python, the British Comedy group?
Are they the next gen of MontyPython?
-
@ajb2k3 I would have chosen Monty Arduino.
-cheers
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login