Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Python Homework3 – Docker

Description

This project is a Dockerized console application.

The program creates a one-dimensional array of 200 random integers from -100 to 100 and provides a console menu with the following functions:

  • create array
  • show array
  • filter positive numbers
  • replace negative values with zeros
  • calculate average value

Technologies

  • Python
  • Docker

How to run locally with Docker

Build the Docker image:

docker build -t python-hw3 .

Run the Docker container:

docker run -it --rm python-hw3

Author

Kateryna Yurtsiv

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages