Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sum of the Array in Python without in-built methods #68

Closed
Zohaib-Sathio opened this issue Oct 5, 2022 · 5 comments · Fixed by #85
Closed

Sum of the Array in Python without in-built methods #68

Zohaib-Sathio opened this issue Oct 5, 2022 · 5 comments · Fixed by #85
Assignees
Labels

Comments

@Zohaib-Sathio
Copy link
Owner

Zohaib-Sathio commented Oct 5, 2022

Write a program to calculate the total Sum of the Array in Python

@ArshErgon
Copy link

ArshErgon commented Oct 5, 2022

def sum_of_array(array):
      return sum(array)

its pretty easy for hacktoberfest

@Zohaib-Sathio Zohaib-Sathio changed the title Sum of the Array in Python Sum of the Array in Python without in-built methods Oct 5, 2022
@Zohaib-Sathio
Copy link
Owner Author

def sum_of_array(array):
      return sum(array)

its pretty easy for hacktoberfest

@ArshErgon I have changed requirement a bit but remember this issue for new comers.

@AnupeshVerma
Copy link

can you plz assign this issue to me ?

@AnupeshVerma
Copy link

!assign

@Zohaib-Sathio
Copy link
Owner Author

@AnupeshVerma Assigned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants