print (a//b) #floor division means removes decimal part print(a<=b) #less than or equal to print(a>=b) #Greator than or eqaul to print("AND operator:", val1 and val2 ...
# you may not use this file except in compliance with the License. # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 ...