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()

Want to kickstart your project?Use the new AI Studio to create your code