From 97c381bed246534ee646df83bb8a997a2e9aece0 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 28 Dec 2020 17:22:37 -0500 Subject: [PATCH] removed print --- python/voltcurrent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/voltcurrent.py b/python/voltcurrent.py index 550552bf..e2ecf8af 100644 --- a/python/voltcurrent.py +++ b/python/voltcurrent.py @@ -66,5 +66,5 @@ if __name__ == "__main__": # pass print(" ") inp = input() - print(inp) +# print(inp)