Skip to content
View Itzvivek18's full-sized avatar

Block or report Itzvivek18

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Itzvivek18/README.md

q1 = """Is Python case sensitiven when dealing with Identifiers? a.True b.False""" q2 = """Python is a cross platfrom language True or False? a.True b.False""" q3 = """ Is Python is a markup language? True or False? a.True b.False""" q4 = """Python is a programming language True or False? a.True b.False""" q5 = """Python runs on the chrome brower True or False? a.True b.False"""

questions = {q1:"a",q2:"a",q3:"b",q4:"a",q5:"a"}

name = input("enter your name:") print("hello",name,"welcome to the python quiz world") score=0 for i in questions: print(i) ans = input("enter the answer (a/b):") if ans==questions[i]: print("correct answer, you got 1 point") score=score+1 else: print("Wrong answer,you lost 1 point") score=score-1 print("Final score is:",score)

Popular repositories Loading

  1. quiz-program quiz-program Public

    1

  2. Itzvivek18 Itzvivek18 Public

    Config files for my GitHub profile.

  3. https-github.com-Itzvivek18-Itzvivek18 https-github.com-Itzvivek18-Itzvivek18 Public