You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Activity
[-]Student marksheet [/-][+]Student and techear program[/+]NV-bit1923 commentedon Jun 30, 2025
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)