Skip to content

Conversation

NormalVad
Copy link

@NormalVad NormalVad commented Oct 26, 2020

Please make sure you have done the following:

  • Created a folder with the name of language you code inside directory for the day you are making the contribution to
  • Added the source code file inside /Day<n>/<Language>/
  • Tested your code
  • Added credits (author and date) at the top of the code
  • Updated README.md for /Day <n>/
  • Added yourself as a contributor using all-contributors-cli

@NormalVad
Copy link
Author

@MadhavBahl , I have created pull request for python program for Linear Search and product of two numbers in python (for Hacktoberfest). Please approve.

@date: 25/10/2020
"""

def product(a,b):

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There was another part to the question where you needed to calculate the sum of the digits of a number using recursion. Do include the solution to that in this Python script as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants