C-17-Q116mediumsingle_mcq
Which of the following is a relational operator in Python?
Which of the following is a relational operator in Python?
- a
= - b
>= - c
+ - d
**
ব্যাখ্যা
>= is a relational (comparison) operator; = is assignment, while + and ** are arithmetic operators.