News

compilation of batch 1 and 2 python practice. Contribute to talamor-shella/practice_python_program development by creating an account on GitHub.
We first took the string as input using the input function.; Then, we converted all its letters to the capital case using the upper function.; Next, using the len function we printed the length of the ...
#Prog01: Create a program that ask user to input 2 numbers. Print the bigger number. #Ask user to input two numbers ...