This commit is contained in:
Paul Gauthier 2024-11-27 07:37:33 -08:00
parent 8fb23b414c
commit a67b665846

View file

@ -13,3 +13,7 @@ def hello():
print("Hello}") # Note: contains a brace
python}
```
{: .note }
People often ask for SHIFT-ENTER to be a soft-newline.
Unfortunately there is no portable way to detect that keystroke in terminals.