AdventOfCode/fred.py

3 lines
46 B
Python
Raw Normal View History

2024-11-24 19:14:52 +01:00
def list2int(x):
return list(map(int, x))