Join the conversation

Logical (and , or) operators are use to combine two or more comparision operators
Reply

Python internally use PEMDAS rule , it means (parenthesis , exponent , multiplication, division, addition , subtraction)
Reply

Python Uses PEMDAS Rules
Reply

Python Uses PEMDAS Rules
Reply

Python Uses PEMDAS Operators
Reply

print(x > y or x = z or x <= z) We can use or to separately tell the answer
Reply

Learning
Reply

mera output ye ha
19
PakistanCodanincs
Reply

asal me mera nam ibrahim hai lekin jab aamar baba ne website me change kiya to mujhe apna account change karna para

thank you sir

agar apka answer 19 PakistanCodanincs ya hai tu thk hai

ap ny print sahi nhi kiya apko phely hi inform kar diya gya ha ky python uper sy neechy tak print karta hai

ython uses the PEMDAS order of operations for math:
P: Parentheses
E: Exponents
M: Multiplication
D: Division
A: Addition
S: Subtraction
Reply

Python uses PEMDAS
Reply