python
Dashboard
My Repos
Compilers
Python Online
Node JS Online
Golang Online
codepy
Login
My Repos
Sign Out
Online Python Interpreter
Stop
Run
def maximum(): a=int(input("enter the first number:")) b=int(input("enter the second number:")) if a >= b: print("Largest number is :",a) else: print("Largest number is :",b) maximum()
Share this code with others
Public
Clear
My Repos
Repo
Lang
Login
Register
Login
Create a free account. No Credit card info required.
I agree with the Codepy
Term of Service
Sign Up