diff --git a/03/3 - The Great Escape.py b/03/3 - The Great Escape.py new file mode 100644 index 0000000..46af840 --- /dev/null +++ b/03/3 - The Great Escape.py @@ -0,0 +1 @@ +print("A double-quote's escaped using a backslash, e.g. \\\"")