summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
Diffstat (limited to 'progs')
-rw-r--r--progs/test.py6
1 files changed, 1 insertions, 5 deletions
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)