Left Sidebar
Showing posts with the label Python QuizShow all
Python Fundamentals Quiz
Champak Roy
November 17, 2021
Python Basics Quiz This Python Quiz tests the basics of the Python Language. Very, very simple questions dealing with printing, operators and the beginnings of Python Collections. Try it Loading…
A Simple Quiz Project using OOPs.
Champak Roy
August 31, 2021
This blog presents the outline for a simple project implementing a quiz application. The application will consist of a series of multiple choice questions. The questions will be saved in a file using…