Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 376 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 376 Bytes

python_workbook_174_Solution

Coding solutions for 174 questions in the python workbook(Ben Stephenson)

Comments: 1.Introduction to Programming: Most questions are very simple and easy, including unit conversion, math equations calculation, compound interests, discounted price. Good for very beginner. Easy to get boring for advanced python programmer.

2.If Statement