Skip to content

Commit 2494cf4

Browse files
authored
Update number-of-subarrays-with-lcm-equal-to-k.py
1 parent e3912e7 commit 2494cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/number-of-subarrays-with-lcm-equal-to-k.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ def convertTemperature(self, celsius):
88
:type celsius: float
99
:rtype: List[float]
1010
"""
11-
return [celsius + 273.15, celsius * 1.80 + 32.00]
11+
return [celsius+273.15, celsius*1.80+32.00]

0 commit comments

Comments
 (0)