Problems
Problem 1

Sample Output

Problem 2

Sample Output

Problem 3



Sample Output

Last updated
Was this helpful?
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.



Last updated
Was this helpful?
Was this helpful?