From 00b1587dce1c3681a6418e7f02a0c10dfad3913b Mon Sep 17 00:00:00 2001 From: Mischa Strauss <65661176+mimasala@users.noreply.github.com> Date: Mon, 3 Oct 2022 17:20:04 +0200 Subject: [PATCH] Update main.py --- main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.py b/main.py index cbe10a1..d0a808c 100644 --- a/main.py +++ b/main.py @@ -1,3 +1,5 @@ +unused_variable= "hello world" + def hello(): print("hi")