From 06ffd5b42dfde2279927c9b84b0548d939a0d0c1 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 3 Jun 2021 08:39:48 -0400 Subject: [PATCH] typo in break --- python/voltcurrent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/voltcurrent.py b/python/voltcurrent.py index 964b435c..5406944b 100644 --- a/python/voltcurrent.py +++ b/python/voltcurrent.py @@ -347,6 +347,6 @@ if __name__ == "__main__": if not single: inp = input() # print(inp) else: - break() + break