#646. python-编写max() 函数的源代码。该函数有两个参数 num1 和 num2,会返回这两个数中较大的那个数
python-编写max() 函数的源代码。该函数有两个参数 num1 和 num2,会返回这两个数中较大的那个数
Background
Description
C++-函数-编写max() 函数的源代码。该函数有两个参数 num1 和 num2,会返回这两个数中较大的那个数
Format
Input
Output
Samples
10 90
90