multi line – POFTUT

Php – String Variable Type

[rps-include post=6522] Php have variable type string to store text,char or string values. String type generally used to store values like name, surname, explanations, address, questions. String variables do not have any size or length limit theoretically. The only limit is the system memory limit. String can be defined in two ways like below. Single Quote … Read more

Python Syntax Tutorial

PYthon is practical and readable programming language. Python have different syntax from popular programming languages like C, C++, C#, Java etc. Python syntax makes it easy to learn. In this tutorial we will look some aspect of Python programming language syntax. Identifier Identifier is the one of the main topics of all programming languages.  Identifiers … Read more