Skip to content

Commit

Permalink
Merge pull request #2 from kshitijRM/main
Browse files Browse the repository at this point in the history
Added Quetion
  • Loading branch information
vaibhav-rm authored Dec 24, 2024
2 parents 1cfb707 + d93518f commit 0ae202c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions questions.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,9 @@ def __init__(self, question, options, correct_answer):
["Safe", "Secure", "System", "Server"],
"Secure"
)
Question(
"Which Of The Following is a programing language?",
["Microsoft Word", "Adobe Photoshop", "Python", "Chrom"],
"Python"
)
]

0 comments on commit 0ae202c

Please sign in to comment.