From c1ae201c19f51dcd07bf33f7c92a761187dc09fa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Edmunds=20Ste=C4=BCma=C4=8Denoks?= <estelmacenoks.e@rkg.lv>
Date: Wed, 17 Jan 2024 12:11:10 +0000
Subject: [PATCH] =?UTF-8?q?Update=20Documents/Skait=C4=BCu=C4=8Dupa(Cupa)?=
 =?UTF-8?q?=5FPython.py?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Documents/Skaitļučupa(Cupa)_Python.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documents/Skaitļučupa(Cupa)_Python.py b/Documents/Skaitļučupa(Cupa)_Python.py
index 5fb993e..fb47409 100644
--- a/Documents/Skaitļučupa(Cupa)_Python.py
+++ b/Documents/Skaitļučupa(Cupa)_Python.py
@@ -1,5 +1,5 @@
 from collections import defaultdict
-
+#qweqweqwe
 # I
 N, M = map(int, input().split())
 cup = defaultdict(int)