Posts

Python literals

Python variables . Python Variable :- In python variable and identifire are same. Variable are containers for storing data values. Python has no command for declearing a variable Variable Name :- A variable name must start with a letter or the underscore carrecter. Variable name can't start with a number. A variable name can only contain alpha numeric carrectors and under score ( a-z,0-9 and _ ). Variable name are case sensitive. Variable name can't be any if the python key words. Python litrals :- Python literals are the smallest unit to store a value inside a variable which are of the following types - Number litrals Int ( Intiger ) Float Complex Boolean String litrals Spacial litrals Number litrals :- Number literals can be defined in three types in Python. Int ( intiger ) :- Intiger can define both positive and nigative. Float :- Float can define number with desimal float are also positive or nigative.

Python Operators

Python Operators -:-Python Operators-:- Python Operators :- Arithmetic Operator. Assignment Operator. Comparison Operator. Logical Operator. Identity Operator. Membership Operator. Bitwise Operator. Python arithmetic operator :- Operator Name Example + Addition x + y - Subtraction x - y * Multiplication x * y / Division x / y % Modulus x % y ** Exponentiation x ** y // Floor division x // y Python assignment operator :- Operator Example Same as = x = 5 x = 5 += x += 3 x = x + 3 -= x -= 3 x = x - 3 *= x *= 3 x = x * 3 /= x /= 3 x = x / 3 %= x %= 3 x = x % 3 //= x //= 3 x = x // 3 **= x **= 3 x = x ** 3 &= x &= 3 x = x & 3 |= x |= 3 x = x | 3 ^= x ^= 3 x = x ^ 3 >>= x >>= 3 x = x >> 3 <<= x <<= 3 x = x << 3 Python comparision operator :- Operator Name Example

javascript

JAVASCRIPT Home Libre Office Calc File Menu Edit Menu View Menu Insert Menu Format Menu Style Menu Sheet Menu Data Menu Tools Menu Libre office Calc Formulas Calc Shortcut Keys Mock Test Mock Test-1 Mock Test-2 Mock Test-3 Mock Test-4 Mock Test-5 Mock Test-6 CSS What is css Types of CSS CSS Selectors CSS Animation Properties CSS Position Properties Courses Java Script Libre office writer Tally Accounting -:-JAVASCRIPT-:- JAVA:- Javascript and java are completed different language, both in concept and design. Javascript was invented by brendan eich in 1995, and become an ECMA Standerd . ECMA-262 is the official name of the standerd. ECMA Script is the official name of the language. ECMA- European Computer Manufactures Association JAVASCRIPT VERSIONS:- ECMA Script versions have been abbreviated to ES1, ES2, ES3, ES5 and ES6 . Since 2016, versions are named by year (