From d6ba03e5cd1942da187c7427b17cf3fdc0a22854 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 3 Jun 2021 08:42:55 -0400 Subject: [PATCH] else typo --- python/voltcurrent.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/voltcurrent.py b/python/voltcurrent.py index 5406944b..49a3550b 100644 --- a/python/voltcurrent.py +++ b/python/voltcurrent.py @@ -346,7 +346,8 @@ if __name__ == "__main__": if not single: inp = input() -# print(inp) else: +# print(inp) + else: break