Problems
Last updated
Last updated
Create a list of the names of the first five picks of the 2020 NFL Draft. Using a for loop, print the names.
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.
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.