Largest of 3 number

Write a Python code that takes three integers `num1`, `num2`, and `num3` as input and returns the largest of the three numbers.
3
7
5
Total : 0 Discussion
Login