News

And that’s it. A very simple Python application to takes user input and writes it to a file. As you can see, Python is a very easy programming language to get started with.
Raw input captures keyboard input as a string of text, so any numbers captured need to be converted to an integer or float, and this can be done using the int () and float () helper functions.