After doing the installation and try on familiarize with IDLE Python and editor window, in this post, let's try to dig deep on print() function. Run the IDLE, Enter the following command : print("Anityo Nugroho") The result will be : Anityo Nugroho Next : print("Anityo Nugroho","engineer") The result will be : Anityo Nugroho engineer Another example which is variable : blog="Beginner in Python" print(blog) The result will be : Beginner in Python The above example in IDLE : Let's combine variable with another string : print(blog,"Anityo Nugroho") The result output will be : Beginner in Python Anityo Nugroho Next, to try the output using integer : print(25) It will give the output : 25 Other example using decimal number : ...
My writing on satcom and vsat, slightly of networking, and small portion of my hobby