Skip to content

giwa/giwa-sezemi-2015-readable-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programming language

Python 3.4.2

Editor

PyCharm IDE

Contribution guide

Please see circle ci after you submit PR. If all test are passed, you can merge your PR. https://circleci.com/gh/giwa/giwa-sezemi-2015-readable-code Please don't violate PEP8.

Execute

I implement doctest for each method. You can refer them to get idea how to execute the code. I assume that Recipe is already imported.

Task1

        >>> recipe = Recipe()
        >>> recipe.test()
        オムライス

Task3

        >>> recipe = Recipe()
        >>> recipe.read_file("./data/recipe-data.txt")
        >>> print(recipe)
        オムライス
        親子丼
        杏仁豆腐
        ...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published