Posts

Showing posts from May, 2023

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 (