From fd793f30e1baf13376479fa09e7621fcb74abc59 Mon Sep 17 00:00:00 2001 From: Vishnu Date: Mon, 30 Jun 2025 15:34:52 +0530 Subject: [PATCH] student and techear.py This program actuly student marksheet for the using python language --- student and techear.py | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 student and techear.py diff --git a/student and techear.py b/student and techear.py new file mode 100644 index 00000000..3dd94d98 --- /dev/null +++ b/student and techear.py @@ -0,0 +1,32 @@ +teachear = "Nilish" +student = "Vishnu" +username =input("enter your username:") +password = input("enter your password:") +dis1 = {"Nilish":191106,"Vishnu":230406} +if teachear==student: + print( "this is a teacher:") +elif print("this not a teachear"): + print("this is a not teachear to for the student:") +else: + print(" for the student") + print(" ADSUL'S TECHNICAL CAMPUS,CHAS,A.NAGAR".center(60)) + #.center() mens that name or num are page center are visible +name= "nilish chatap" +print("name:",name) +div= "A" +print("div:",div) +rollnum=160 +print("rollnum:",rollnum) + +dis2 = {"math:",69 , "marthi:",89,"english:",78,"hindi:",80,"information technologi:",90} +print("subject\t marks") +print("math\t 90") +print("marthi\t 89 ") +print("english\t 78") +print("hindi\t 80") +print("information t\t 90") +total: int = 90+89+78+80+90 +print("total:",total) +percentage=int = 90 % 89 % 78 % 80 % 90 + +print("percentage%:",percentage)