Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 326 Bytes

File metadata and controls

8 lines (7 loc) · 326 Bytes

100daysofcode-Python

100DaysOfCoding challenge in python language

Day Project Learned
001 Flask framework How flask work, GET request
002 Simple website based on flask POST, request methods, mapping multiple endpoint to same function
003