What is... Python ? Easy to learn !
When you make conversation, you use a language like English. In the computer, you can talk to your computer in programming language to make them work ! Python is the one of the languages where you can talk to the computer. We're going to learn how to use python ๐ First, just download python. Search on google "Python" Second, you can set up "Visual studio code" or "Pycharm" to run the Python easily 1. Print if you just type words like "hello", computer receive the word but not showing on the screen. To make them show on the screen , we say, print("hello") print("hello") 2. Variables and Data Types In Python, you can designate valuables like "character's name or age" let's say you want to make 100 sentences and they're all have same variable. you may not want to put the variable at every single sentences. In Python, It makes things easier. -------------------- Let's say,, character...