Cannot edit in read only editor, vscode

hi all so am writing a python code to take user input but the output console gives me this error “CANNOT EDIT IN READ ONLY EDITOR” so how do i make the console writable??

heres is the simple code
anything = input()

print(‘anyting =’,anything)

1 Like

This might be helpful:

Read-Search-Ask. I just googled for the error message.