Skip to content

Student and techear program #1160

@NV-bit1923

Description

@NV-bit1923

You want python program

Activity

changed the title [-]Student marksheet [/-] [+]Student and techear program[/+] on Jun 30, 2025
NV-bit1923

NV-bit1923 commented on Jun 30, 2025

@NV-bit1923
Author

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @NV-bit1923

        Issue actions

          Student and techear program · Issue #1160 · realpython/python-guide