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 7246685 commit 6bf3dcaCopy full SHA for 6bf3dca
conversions/fahrenheit_to_celsius.py
@@ -36,4 +36,4 @@ def fahrenheit_to_celsius(fahrenheit):
36
37
if __name__ == "__main__":
38
import doctest
39
- doctest.testmod()
+ doctest.testmod()
0 commit comments