/Homework-2b-Group-23

Repository for homework 2b made by group 23

Primary LanguagePythonMIT LicenseMIT

Homework-2b-Group-23

Repository for homework 2b made by group 23

Build Status

DOI

License: MIT


Description

  • There are two programs in the src folder
    • Greetings
    • Division
  • Greetings take the user parameters and creates a personalized message.
  • Since, we cannot publish user data on a public platform without authorization, user data is stored in user parameters which will be provided in gitignore.
  • The Division function computes simple division operation.
  • Both the programs have been tested using various test cases.

What is gitignore ?

A gitignore file specifies intentionally untracked files that Git should ignore. Files already tracked by Git are not affected.


What is CODE_OF_CONDUCT.md ?

A code of conduct defines standards for how to engage in a community. It signals an inclusive environment that respects all contributions. It also outlines procedures for addressing problems between members of your project's community.


What is CONTRIBUTING.md ?

A CONTRIBUTING.md file, provides with a guide on how and where to contribute.


What is setup.py ?

setup.py tells what module/package you are about to install.


What is CITATION.cff ?

The citation file format is plain text with human- and machine-readable citation information.