We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3c0cff commit eb4663bCopy full SHA for eb4663b
exercises/12-Map_a_list/app.py
@@ -5,4 +5,5 @@ def fahrenheit_values(x):
5
6
7
result = list(map(fahrenheit_values, celsius_values))
8
+
9
print(result)
0 commit comments