Day 1 of 100
Source: Dev.to
Day 1 – Getting Started with Python
Setup
I started off today by downloading Python and PyCharm and setting it up.
Practicing the Basics
After that, I practiced:
printstatements- String concatenation and manipulation
- Using the
inputfunction
Seeing how I had learned Python basics a few years back, this was quite easy.
Building a Simple Story Generator
I then moved on to learning about variables and built a basic script that generates a story based on user inputs (place, name, object, animal, toy, and plant).