Skip to content

DemoAccount112/demo-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task: Implementing an my_sum Method

Description

This repository contains a simple Python app that requires the implementation of an my_sum method. The my_sum method is responsible for calculating sum of numbers given as an argument.

Task

Implement the my_sum method in the main.py file. The method should accept parameters and return their sum.

Code Example

def my_sum(*args):
    return pass

Usage

  1. Implement the my_sum method in the main.py file.
  2. Run the Python script to test the implementation.

Releases

No releases published

Packages

No packages published

Languages