Q
1
.
What will be the output of the following Python expression?
2
Which symbol is used in Python to represent "not equal to"?
3
What will be the result of the expression: "hello" + "world"?
4
How would you check if a particular word is present in a string in Python?
5
What will be the output of the following code snippet?
6