operattor in python

technical talkiess
0

 # print("+",5+5)

# print("-",5-5)
# print("/",5/5)
# print("*",5*5)
# print("%",5%5)
# print("//",5//5)
# print("**",5**5)

# print(1>9)
# print(1<9)

# print(5 is 5)
# print(5 is not 5)

# list1 = [1,2,4,34,5656,789,876,56,23]
# print(334344 in list1)

# print(1 & 2)
# print(1 & 1)
print(11 & 11)


Tags

Post a Comment

0Comments

Thanks you for commenting your questions. I will see question and respond you.

Post a Comment (0)