Python Project
Python Project
Create a python program to enter the Name, Roll No. and Marks for 4 subjects and calculate the total
marks and percentage. Use the input Statement for the same.
Program:
percent= (float)(english+maths+science+ict)/400*100
Output:
Program:
sum = num1+num2
sub = num1-num2
mult= num1*num2
div= (float)(num1/num2)
Output:
Program:
perimeter= 4*side
area= side*side
Output:
Program:
area= (float)(3.14*radius*radius)
circum= (float)(2*3.14*radius)
Output: