#561. python-函数-编写一个函数实现“比较两个数并返回较大的数”

python-函数-编写一个函数实现“比较两个数并返回较大的数”

Background

Description

编写一个函数实现“比较两个数并返回较大的数”。 image

Format

Input

Output

Samples

5
10
10

Limitation