You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because the browser has to render each expression as a rectangle, some of the whitespace used for indentation in a multiline expression becomes 'redundant' and the result looks weird:
This is how it should look:
deffoo():
print('hello',
'world')
The text was updated successfully, but these errors were encountered:
Because the browser has to render each expression as a rectangle, some of the whitespace used for indentation in a multiline expression becomes 'redundant' and the result looks weird:
This is how it should look:
The text was updated successfully, but these errors were encountered: