#try to avoid input function a = (1,2,3,4,5,6,7,8,9,0) print(a) a = () print(a)
Click the run button. Try to avoid input() function.