Skip to content

A collection of questions on various technical topics.

Notifications You must be signed in to change notification settings

shivkar2n/technical-questions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collection of Python Questions

This repository has a collection of questions related to technical topics in programming that can be used for competitions and testing concepts via quizzes.

How to Contribute

All questions must be added to the file associated with the topics.

The format of the questions must be as given below:

[{
  "topic": "Python",
  "subtopic": "Syntax",
  "type": "MCQ",
  "question": "How do you make a single line comment in Python?",
  "options": "#, //, !, /",
  "answer": "#",
  "difficulty": "Easy"
 },
 {
  "topic": "Python",
  "subtopic": "Syntax",
  "type": "MCQ",
  "question": "How do you make a single line comment in Python?",
  "options": "#, //, !, /",
  "answer": "#",
  "difficulty": "Easy"
}]

Raise a PR and if it follows the correct syntax and the data entered is corrected, the questions will be merged!

About

A collection of questions on various technical topics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published