Quest coding
- 라임 샹큼
- Feb 23
- 1 min read
file:///Users/gaeunlee/PycharmProjects/100%20Days%20of%20Code%20-%20The%20Complete%20Python%20Pro%20Bootcamp/exportToHTML/task.py.html
This is the link for a code that I wrote on Pycharm at an attempt to make a quest game.
I wanted to revise the skills I learned in class when we learned how to code in school.
Through this project, I learned
The importance of indentations.
The use of ASCII art
The importance of using flowcharts to plot codes so not to get confused while coding later on
The significance of using .lower() after input so that code still functions after not being strictly the same as the recommended response.
Comments