Advertisements
Advertisements
प्रश्न
The condition in the if statement should be in the form of ______
पर्याय
Arithmetic or Relational expression
Arithmetic or Logical expression
Relational or Logical expression
Arithmetic
उत्तर
The condition in the if statement should be in the form of a Relational or Logical expression.
APPEARS IN
संबंधित प्रश्न
How many important control structures are there in Python?
Which statement is generally used as a placeholder?
Which amongst this is not a jump statement?
Which punctuation should be used in the blank?
if<condition>_
statement-block 1
else:
statement-block 2
Write a note on the break statement.
Define control structure.
Write a note on the range () in the loop?
Write a program to display.
A
A B
A B C
A B C D
A B C D E
List the differences between break and continue statements.
Write a program to display all 3 digit odd numbers.