Grow Up Skills
A Technical Idea
(Move to ...)
Home
STUDY POINT
ABOUT ME
CONTACT US
Python
▼
Python tutorial part 17 :- python if else statements
›
Python If Else Statements The If statement is used to test specified condition and if the condition is true, if block executes, otherw...
1 comment:
Python tutorial part 16 :- python if statements
›
Python If Statements The Python if statement is a statement which is used to test specified condition. We can use if statement to p...
Python tutorial part 15:- Python Comments
›
Python Comments Python supports two types of comments: 1) Single lined comment: In case user wants to specify a sing...
Python tutorial part 14 :- python Operators
›
Python Operators Operators are particular symbols that are used to perform operations on operands. It returns result that can be used ...
1 comment:
Python tutorial part 13:- python Literals
›
Python Literals Literals can be defined as a data that is given in a variable or constant. Python support the following litera...
Python tutorial part 12 :- Identifiers
›
Identifiers Identifiers are the names given to the fundamental building blocks in a program. These can be variables ,class ,obj...
Python tutorial part 11 :- python keywords
›
Python Keywords Python Keywords are special reserved words which convey a special meaning to the compiler/interpreter. Each keyword...
Python tutorial part 10 :- python variables
›
Python Variables Variable is a name which is used to refer memory location. Variable also known as identifier and used to hold valu...
‹
›
Home
View web version