Problems
Create a list of the names of the first five picks of the 2020 NFL Draft. Using a for loop, print the names.

Source: https://www.nfl.com/draft/tracker/picks

Create a list of the colleges of the first five picks of the 2019 NFL Draft. Using a for loop, print the college they attended.

Source: https://www.nfl.com/draft/tracker/picks?year=2019

Create a list of 5 colleges or universities. Using a for loop, print the list.

Create a loop to ask the user to enter 5 additional universities to your list.
Print the list.


Source: http://njcomehome.org/

Last modified 3yr ago