Python Series – Fundamentals
Requirements In order to test the following tutorial, please setup a Python development environment as explained in my last post : link Print and Variables One of the most useful function in development is to be able to print values. Here is how you can print a simple text with Python : Variables are used to …