Only add french websites to the new list, by coding an if statement that checks if website contains ".fr" exactly once.
if
website
".fr"
Make sure to pick if, followed by website.count(".fr"), and finally ==.
website.count(".fr")
==