Generation

generate functionWed, 18 Jan 2023

In the variable 'years' write a list of all the years from 1950 to 2010.

def years(): return list(range(1950, 2011)) years()

Questions about programming?Chat with your personal AI assistant