Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command interpreter

Cli for interpreting commands.

Usage

python3 main.py 
> add
Give two integers
first: one
Invalid number: one
first: 1
second: 2
1 + 2 = 3
> 
Empty line: exit

Test

Run following commands to execute tests:

python3 test_add.py
python3 test_empty.py
python3 test_invalid.py

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages