python substring

Untitled

In python, we have the string concept from that we have a small topic called substring."substring " is the string that is a part of the main string.In... read more ?

python string operations

Untitled

In python, we have some operations that perform the specified operations on strings.In this, the string must enclose with the codes that might be single or double.Here are... read more ?

python string methods

Untitled

 Python string methods:Before going to string methods first of all we have to know what is meant by string.A "String is a set of or group of characters."The... read more ?

spilt function in python

Untitled

 Split function: The split() function is used to split the string by separating them with the split().The split()  method contains the different separators  like comma(,) colon(:) semicolon(;)  and space... read more ?

python Ternary operator

Untitled

Ternary operator: The ternary operator is defined as the operator that evaluates the conditions to find the final result.It evaluates more than one expression.A  single line code is written... read more ?

python not operator

Untitled

 Python not operator:python not operator is the complement of the given value i.e; if the value is true then it returns false and if the value is false... read more ?

Select Menu