1. Write a Python program to enter two numbers and find their sum. Sol :- no1 = int(input("Enter the First number :-")) no2 = int(input("Enter the Second number :-")) add = no1 + no2 print("The Sum of two number is :-",add) Output :-
All computer course for class 9th to 12th with proper practical and theory .........