R2C TECHNOLOGIES
(Move to ...)
Home
▼
Saturday, April 1, 2023
Membership and identity operators using python programming
Membership and identity operators
a=24
b=12
print(a+b)
print(a-b)
print(a*b)
print(a/b)
output:
36
12
288
2.0
‹
›
Home
View web version