Python
#3187
Replies: 3 comments
|
Hey Just to make sure I got what you meant you want all the enputs to be added ? |
0 replies
|
Hi @Adamgil16 |
0 replies
|
You can use sum function. For example; |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Input: 1,2,3,4,5
Result : 15
All reactions