clean: remove trash
This commit is contained in:
parent
8ced78338c
commit
7a06186409
@ -4,13 +4,8 @@ _value: int = 0
|
|||||||
|
|
||||||
lines = text.splitlines()
|
lines = text.splitlines()
|
||||||
|
|
||||||
values = []
|
|
||||||
next_convertion = {}
|
|
||||||
|
|
||||||
values = list(map(int, lines[0][7:].split()))
|
values = list(map(int, lines[0][7:].split()))
|
||||||
|
|
||||||
print(values)
|
|
||||||
|
|
||||||
for conversions in text.split("\n\n")[1:]:
|
for conversions in text.split("\n\n")[1:]:
|
||||||
|
|
||||||
_conversion = []
|
_conversion = []
|
||||||
|
Loading…
Reference in New Issue
Block a user