diff --git a/main.py b/main.py
index 42b903c1aa43f5def3772ac68b9a96ca5c3889f2..859753f2dcbd0d879492ace04a84f0a945b763af 100644
--- a/main.py
+++ b/main.py
@@ -46,16 +46,7 @@ def clear():
     else:
         os.system('clear')
 
-def calculate():
-    
-    
 
-    print()
-    
-    print("Score: " + str(score))
-    
-
-    pass
 
 def operation():
     choice = input("[1] Change run score | [2] Change Name | [3] Change Tardy | [4] Restart Script | [5] Exit : ")