ChallengeDay-OSS-Python

Azure Function in Pyhton that takes a list as a parameter and returns that list inverted.

Installation

You need Python 3.7 or Python 3.6 (64-bits) installed to run the program.

Clone the repository:

git clone https://github.com/beatrizmayumi/ChallengeDay-OSS-Python

Install the requests module:

pip install requests

or

pipenv install requests

Usage

Run:

python requests.py

This will return the inverted list. Change the list parameters in the file request.py to get other results.

References

Tutorial: Create and deploy serverless Azure Functions in Python with Visual Studio Code