Postingan

Menampilkan postingan dari Februari, 2020

In To How Or Python

Gambar
In python string literals, backslash is an escape character. this is also true when the interactive prompt shows you the value of a string. it will give you the literal code representation of the string. use the print statement to see what the string actually looks like. this example shows the difference: >>> '\' '\' >>> print '\' . Python bitwise operators. bitwise operator works on bits and plays step by step operation. anticipate if a = 60; and b = 13; now in the binary format their values might be 0011 1100 and 0000 1101 respectively. What are operators in python? operators are special symbols in python that carry out mathematics or logical computation. the value that the in to how or python operator operates on is called the operand. for example: >>> 2+three five. here, + is the operator that plays addition. 2 and 3 are the operands and five is the output of the operation. How Do The And And Or Operators Work In Python Quora P