Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 668 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 668 Bytes

My First App at MachEight

App

This app has as a goal to find a pair of numbers that sum to a given value. The user is going to interact with application via console. When the app is launch, The app is going to ask for a letter. If the letter given is 'f' then the application is going to search a .init file where arguments of the function are located. If the user choose letter 'c' the the app is going to ask to the user for the inputs. Finally if the inputs are neither 'f' or 'c' the program ends.

Execution

This app were made under python3.7 in a linux machine, to execute it type the following command in the console:

python3.7 app.py