The best way to learn new things is to take a practical approach of the things you want to learn. Here is a fragment of code that demonst...
Read More
Showing posts with label Text. Show all posts
Showing posts with label Text. Show all posts
| Python: Strings #2 |
The best way to learn new things is to take a practical approach of the things you want to learn. Here is a fragment of code that demonst...
Read More
| Python: Strings #1 |
Every time you put " (double-quotes) around a piece of text you have been making a string . A string is how you make something th...
Read More
| Python: Defining a Function and Add+ |
Defining a Function You can define functions to provide the required functionality. Here are simple rules to define a function in Pytho...
Read More
| Python: Print two sentences |
Many languages arrange code into blocks using curly braces ({ and }) or BEGIN and END statements – these languages encourage us to indent ...
Read More
Subscribe to:
Posts (Atom)