X^y
X**y
X^^y
None of the mentioned
/
//
%
None of the mentioned
7
1
0
5
True
False
Left to Right
Right to Left
27
9
3
1
Addition and Subtraction
Multiplication and Division
Both the options
None of the options
True
False
Exponential
Addition
Multiplication
Parentheses
3
4
3
4
720
6
[6,5,4,3,2,1]
Error
Print(“hello\example\test.txt”)
Print(“hello\\example\\test.txt”)
Print(“hello\”example\”test.txt”)
Print(“hello”\example”\test.txt”)
\t\tWorld\n
\tWorld\n
\t\tWORLD\n
World
Hello123
Hello
Error
Hello6
Int
Bool
Str
String
True
False
31 characters
310 characters
255 characters
None of the mentioned
_a=1
__a = 1
A_a = 1
1 = _a
My_string_1
1st_string
Foo
_a
__init__
In
It
On
Functions are reusable pieces of programs
Functions don’t provide better modularity for your application
You can’t also create your own functions
All of the mentioned
Fun
Def
Function
Define
Lists
Dictionary
Tuples
Class
Wait!
Here's an interesting quiz for you.