check the given number n is between 25 and 75. Get link Facebook X Pinterest Email Other Apps March 28, 2022 check the given number n is between 25 and 75. n=int(input()) if(n>25 and n<75): print(True) else: print(False) Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment