ନ୍ୟୁଜ୍

#program to print is it positive ,negative,zero num=int(input()) if num>0: print("positive") elif num<0: print("negative") else: print("zero") #program to print if a ...
Boolean logic is an essential part of mathematics, engineering, and programming. In most languages, there's a dedicated ...
num=int(input("enter the number between 1-7:")) if num==1: print("sunday") elif num==2: print("monday") elif num==3: print("tuesday") elif num==4: print("wednesday ...