python -lambda-max1.py. 1 2 3 4 5 6 7, #!/usr/bin/env python3 # -*- coding: utf-8 -*- max = lambda x, y: x if x > y else y print(max(1, 2))
確定! 回上一頁