Skip to main content

Return a variety of Python problem/question to solve

Project description

PyQuestion

It's a very simple and easy to use module which calls a function named getQuestion and returns a python problem with hint to solve it.

Example:

import PyQuestion
print(PyQuestion.getQuestion())

Output:

Write a program which will find all such numbers which are divisible by 7 but are not a multiple of 5,
between 2000 and 3200 (both included).
The numbers obtained should be printed in a comma-separated sequence on a single line.
Hints: Consider use range(#begin, #end) method

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PyQuestion-0.1.0.tar.gz (10.6 kB view hashes)

Uploaded Source

Built Distribution

PyQuestion-0.1.0-py3-none-any.whl (14.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page