mirror of
https://github.com/TheAlgorithms/Python.git
synced 2026-03-13 09:50:19 +08:00
psf/black code formatting (#1277)
This commit is contained in:
committed by
Christian Clauss
parent
07f04a2e55
commit
9eac17a408
@@ -237,7 +237,7 @@ def edglist():
|
||||
n, m = map(int, input().split(" "))
|
||||
l = []
|
||||
for i in range(m):
|
||||
l.append(map(int, input().split(' ')))
|
||||
l.append(map(int, input().split(" ")))
|
||||
return l, n
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user