📅 2009-Sep-29 ⬩ ✍️ Ashwin Nanjappa ⬩ 🏷️ lists, python, strings ⬩ 📚 Archive
digStr = “012345” digList = list(map(int, digStr)) # [0, 1, 2, 3, 4, 5]