Added escape sequences

This commit is contained in:
Eduard Urbach 2024-07-31 17:50:31 +02:00
parent cdbfa744b7
commit c8824e699a
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
12 changed files with 87 additions and 7 deletions

View file

@ -1,7 +1,7 @@
import sys
main() {
print("Hello", 5)
print("Hello\n", 6)
}
print(address, length) {