Fill in the blank:
the syntax of the IF() function is IF(____,____,____)
Answers
Answered by
0
In Python , The if condition works like this :-
if 1<3:
print('Hi')
in JavaScript , the if condition works like this :-
if 1<3{
console.log('Hi')}
Hope this helps
pls mark as Brainliest
Similar questions