Computer Science, asked by venkatsahithkumarg, 6 months ago

Fill in the blank:
the syntax of the IF() function is IF(____,____,____)

Answers

Answered by KrishangRana
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