Spaces:
Sleeping
Sleeping
Srihari Thyagarajan
commited on
Update function_design.py
Browse files
Python/phase_4/function_design.py
CHANGED
@@ -188,7 +188,7 @@ def _(temperature):
|
|
188 |
Analyze weather based on temperature.
|
189 |
|
190 |
Args:
|
191 |
-
temp (float): Temperature in Celsius
|
192 |
|
193 |
Returns:
|
194 |
tuple: Weather status, recommendation, warning level
|
|
|
188 |
Analyze weather based on temperature.
|
189 |
|
190 |
Args:
|
191 |
+
temp (float): Temperature in Celsius
|
192 |
|
193 |
Returns:
|
194 |
tuple: Weather status, recommendation, warning level
|