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 e3912e7 commit 2494cf4Copy full SHA for 2494cf4
Python/number-of-subarrays-with-lcm-equal-to-k.py
@@ -8,4 +8,4 @@ def convertTemperature(self, celsius):
8
:type celsius: float
9
:rtype: List[float]
10
"""
11
- return [celsius + 273.15, celsius * 1.80 + 32.00]
+ return [celsius+273.15, celsius*1.80+32.00]
0 commit comments