From e09358f3648445bbf9747f40497af6221d933a99 Mon Sep 17 00:00:00 2001
From: L0P0P <grassoemanuele@live.com>
Date: Wed, 26 Jun 2024 11:54:57 +0200
Subject: Introduction to recursive function

---
 progs/test.py | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

(limited to 'progs')

diff --git a/progs/test.py b/progs/test.py
index 97e316f..f9140c6 100644
--- a/progs/test.py
+++ b/progs/test.py
@@ -1,6 +1,2 @@
 def unibo(a):
-    if a == 3:
-        print("UNIBO")
-    
-a = 3
-unibo(a)
+    unibo(a)
-- 
cgit v1.2.3-18-g5258