Question: Write Python code to Enter two numbers using input statement a: input by the user an integer number. b: input by the user an integer

Write Python code to Enter two numbers using input statement a: input by the user an integer number. b: input by the user an integer number. Now using if to decide the biggest number from a).(b) for example: If you enter a = 40,b=10 then the output [ The biggest number is a = 40 ] If you Enter a = 33, b =100 then the output | The biggest number is b = 100 ]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
