ubsuny / 23-Homework1G3

Homework 1 Repository Group 3
0 stars 7 forks source link

Documentation/ Division function #16

Closed reshnashrestha closed 12 months ago

reshnashrestha commented 12 months ago

How to start on the documentation part? @ubsuny/cp23-1

poojashresthacode commented 12 months ago

Hey reshna..I am also doing documentation. I will be writting the documentation for each command or line in the code

reshnashrestha commented 12 months ago

Oh, I am planning on the same process from the very beginning. @poojashresthacode have you started?

JustinJaniszewski commented 12 months ago

You could have docstrings in the coding file as well as a README file to explain how to use the code. I will give an example of a docstring:

#this code divides a by b:
def divide(a,b):
pratibha77118 commented 12 months ago

@JustinJaniszewski we can only test the python file after we run and verify the division function in quantam computer.