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.

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.

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.


Sample Output

Last updated
Was this helpful?