Python Bitwise OR
Python Program to illustrate bitwise OR operator
Sample Input 1 :
1 4
Sample Output 2 :
5
Program or Solution
num1=int(input("Enter your First Number:"))
num2=int(input("Enter your Second Number:"))
num=num1|num2
print("After Bit Wise Or: {}".format(num))
Program Explanation
1 | anything = 1 0 | 0 = 0Comments
ubaTaeCJ
-1 OR 2+921-921-1=0+0+0+1 --ubaTaeCJ
-1 OR 3+921-921-1=0+0+0+1 --ubaTaeCJ
-1 OR 3*2<(0+5+921-921) --ubaTaeCJ
-1 OR 3*2>(0+5+921-921) --ubaTaeCJ
-1 OR 2+61-61-1=0+0+0+1ubaTaeCJ
-1 OR 3+61-61-1=0+0+0+1ubaTaeCJ
-1 OR 3*2<(0+5+61-61)ubaTaeCJ
-1 OR 3*2>(0+5+61-61)ubaTaeCJ
-1' OR 2+528-528-1=0+0+0+1 --ubaTaeCJ
-1' OR 3+528-528-1=0+0+0+1 --ubaTaeCJ
-1' OR 3*2<(0+5+528-528) --ubaTaeCJ
-1' OR 3*2>(0+5+528-528) --ubaTaeCJ
-1' OR 2+150-150-1=0+0+0+1 or 'KMEtmp51'='ubaTaeCJ
-1' OR 3+150-150-1=0+0+0+1 or 'KMEtmp51'='ubaTaeCJ
-1' OR 3*2<(0+5+150-150) or 'KMEtmp51'='ubaTaeCJ
-1' OR 3*2>(0+5+150-150) or 'KMEtmp51'='ubaTaeCJ
-1" OR 2+306-306-1=0+0+0+1 --ubaTaeCJ
-1" OR 3+306-306-1=0+0+0+1 --ubaTaeCJ
-1" OR 3*2<(0+5+306-306) --ubaTaeCJ
-1" OR 3*2>(0+5+306-306) --ubaTaeCJ
if(now()=sysdate(),sleep(15),0)ubaTaeCJ
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'ZubaTaeCJ
0"XOR(if(now()=sysdate(),sleep(15),0))XOR"ZubaTaeCJ
(select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/ubaTaeCJ
-1; waitfor delay '0:0:15' --ubaTaeCJ
-1); waitfor delay '0:0:15' --ubaTaeCJ
1 waitfor delay '0:0:15' --ubaTaeCJ
pPlSkqbB'; waitfor delay '0:0:15' --ubaTaeCJ
-5 OR 430=(SELECT 430 FROM PG_SLEEP(15))--ubaTaeCJ
-5) OR 46=(SELECT 46 FROM PG_SLEEP(15))--ubaTaeCJ
-1)) OR 537=(SELECT 537 FROM PG_SLEEP(15))--ubaTaeCJ
DpWOUuwu' OR 411=(SELECT 411 FROM PG_SLEEP(15))--ubaTaeCJ
EkxJgCMb') OR 192=(SELECT 192 FROM PG_SLEEP(15))--ubaTaeCJ
JQJlLdFa')) OR 392=(SELECT 392 FROM PG_SLEEP(15))--ubaTaeCJ
*DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15)ubaTaeCJ
'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'ubaTaeCJ
1'"ubaTaeCJ
@@DmwpoRelated Programs
- Python Addition
- Python Subtraction
- Python Multiplication
- Python Division
- Python Integer Division
- Python Modulus
- Python Exponentiation
- Kilometer to Meter in Python
- Meters to Kilo Meters in Python
- Area of Square in Python
- Area of Rectangle in Python
- Area of Right angled triangle in Python
- Area of triangle in Python
- Area of Circle in Python
- Circumference of Circle in Python
- Calculate Salary of Employee in Python
- Kilobytes to bytes in Python
- Bytes to kilobytes in Python
- Simple interest in Python
- Fahrenheit to Celsius in Python
- Celsius to Fahrenheit in Python
- Swap two numbers in Python
- Last Digit of integer in Python
- Set a bit in Python | Reset a bit in Python
- Python Xor
- Python Left shift Operator
- Python Right Shift Operator
- Python Bitwise AND
- Python Complement Operator
coming Soon
coming Soon