issues Search Results · repo:shreydan/Python language:Python
Filter by
2 results
(37 ms)2 results
inshreydan/Python (press backspace or delete to remove)class Question: def init(self, prompt, answer): self.prompt = prompt self.answer = answer
questions = [ Question( What is the capital of France?\n(a) Paris\n(b) London\n(c) Berlin\n , a ), Question( What ...
nogazagagi
- Opened on Jul 14, 2024
- #12
class Question: def init(self, prompt, answer): self.prompt = prompt self.answer = answer
questions = [ Question( What is the capital of France?\n(a) Paris\n(b) London\n(c) Berlin\n , a ), Question( What ...
nogazagagi
- Opened on Jul 14, 2024
- #11

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.