# if statment #'if' gives condition in statement to make program more efficient. a=10 b=5 if a%b==0: print('true') output: true