update (0739.每日温度.md): python代码高亮

This commit is contained in:
dmzlingyin
2022-04-29 23:38:34 +08:00
parent f40938484d
commit 55c78be128

View File

@ -233,7 +233,7 @@ class Solution {
}
```
Python
``` Python3
```python
class Solution:
def dailyTemperatures(self, temperatures: List[int]) -> List[int]:
answer = [0]*len(temperatures)