viết chương trình sử dụng chương trình con. Tìm gái trị lớn nhất của mảng a gồm 10 phần tử ( sử dụng hàm max(a,b))
Quảng cáo
2 câu trả lời 317
2 năm trước
l = [1, 'blue', 'yellow', 'black' , 'red']
print(max(l ))
#Traceback (most recent call last):
# File "Main.py", line 3, in <module>
# print(min(l ))
#TypeError: '<' not supported between instances of 'str' and 'int'
2 năm trước
l = [1, 'blue', 'yellow', 'black' , 'red']
print(max(l ))
#Traceback (most recent call last):
# File "Main.py", line 3, in <module>
# print(min(l ))
#TypeError: '<' not supported between instances of 'str' and 'int'
Quảng cáo
Câu hỏi hot cùng chủ đề
-
3001
Gửi báo cáo thành công!