clean: remove trash
This commit is contained in:
		@ -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 = []
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user