#try to avoid input function a = [(x,x**2) for x in range(1,11)] ## () -- DEFINES a tuple print(a)
Click the run button. Try to avoid input() function.