i want a print current index of array using:
import os
import datetime
import time
a = time.strftime("%d", time.localtime())
list1 = ["123", 123, 123, 132, 123, 123, 123, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
print(list1[a])
input('Press ENTER to exit')
But console is close What happen?