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)