Iterating Lists, Conditional Logic, Finding Maximums

# Introduction In this challenge, you will learn how to use the for loop to iterate over a list of numbers. You will also learn how to use the if-else statement to check if a number is greater than another number. You will also learn how to use the max function to find the largest number in a list of numbers.

|60 : 00

Click the virtual machine below to start practicing