clean: remove trash

This commit is contained in:
starnakin 2023-12-05 15:35:57 +01:00
parent 8ced78338c
commit 7a06186409

View File

@ -4,13 +4,8 @@ _value: int = 0
lines = text.splitlines()
values = []
next_convertion = {}
values = list(map(int, lines[0][7:].split()))
print(values)
for conversions in text.split("\n\n")[1:]:
_conversion = []