From bbee305e17a0449f837281686562fc7a58d2a30b Mon Sep 17 00:00:00 2001 From: Davide Grilli Date: Wed, 8 Apr 2026 08:45:34 +0200 Subject: [PATCH] aggiunge esercizio 4 --- lab04.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 lab04.py diff --git a/lab04.py b/lab04.py new file mode 100644 index 0000000..c1e75af --- /dev/null +++ b/lab04.py @@ -0,0 +1 @@ +print("I'm",'""learning Python""','"""Python"""',sep="\n") \ No newline at end of file