Try this exercise. Fill in the missing part by typing it in.
In Python, to find the largest prime number below 100 in our list of primes, you sort the list with primes.sort()
and then simply access the _ element.
Write the missing line below.
In Python, to find the largest prime number below 100 in our list of primes, you sort the list with primes.sort()
and then simply access the _ element.
Write the missing line below.