mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-13 22:35:09 +08:00
update (0739.每日温度.md): python代码高亮
This commit is contained in:
@ -233,7 +233,7 @@ class Solution {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
Python:
|
Python:
|
||||||
``` Python3
|
```python
|
||||||
class Solution:
|
class Solution:
|
||||||
def dailyTemperatures(self, temperatures: List[int]) -> List[int]:
|
def dailyTemperatures(self, temperatures: List[int]) -> List[int]:
|
||||||
answer = [0]*len(temperatures)
|
answer = [0]*len(temperatures)
|
||||||
|
Reference in New Issue
Block a user