Problems

Problem 1

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

Sample Output

Problem 2

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

Sample Output

Problem 3

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/

Sample Output