Output Format and input voice

#4
by santoR - opened

The format of the text received when it comes to a programming script comes completely unformatted:

for example if I ask for a simple calculator in python, instead of showing:

Here is a simple calculator program in Python that can add, subtract, multiply or divide depending upon the input from the user1:

def add(x, y):
return x + y

def subtract(x, y):
return x - y
...

He comes:
def add(x, y): return x + y def subtract(x, y): return x - y
...

Could you correct this situation or find an alternative (it could be an option in space or a second version of space) to be able to see it with the correct format.

Another suggestion could be, alternatively, add a voice input (microphone).

Note: in the new space version, today, it seems to me that the output format is as intended. Good.

Sign up or log in to comment