From 43da10071a1e23c58ed7f5c2df903d2cc8bd693f Mon Sep 17 00:00:00 2001 From: Ujjwaldhiman <44018161+Ujjwaldhiman@users.noreply.github.com> Date: Wed, 10 Oct 2018 13:05:48 +0530 Subject: [PATCH] Update 1.py --- 1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.py b/1.py index 9fb6f2d..3a79949 100644 --- a/1.py +++ b/1.py @@ -19,5 +19,5 @@ for char in ip_str: if char in count: count[char] += 1 - +#print print(count)