diff --git a/Learning/Part-1/Python/Q5.py b/Learning/Part-1/Python/Q5.py index 2fbc5a2..9e01d96 100644 --- a/Learning/Part-1/Python/Q5.py +++ b/Learning/Part-1/Python/Q5.py @@ -1,9 +1,6 @@ #!/bin/python3 -import math import os -import re -import sys # # Complete the 'acmTeam' function below.