1. 4
2. 3
3. ERROR
4. 6
4
1. Error07
2. 0o7Error
3. 0o7Error
4. 070o7
0o7
Error
1. Functions are reusable pieces of programs
2. Functions don’t provide better modularity for your application
3. you can’t also create your own functions
4. All of the mentioned
Functions are reusable pieces of programs
1. Fun
2. Define
3. Def
4. Function
Def
1. Hello World!Hello World!
2. 'Hello World!''Hello World!'
3. HelloHello
4. None of the mentioned
Hello World!
Hello World!
1. 3
2. 4
3. 4 is maximum
4. None of the mentioned
4 is maximum
1. x is 50Changed local x to 2x is now 50
2. x is 50Changed local x to 2x is now 2
3. x is 50Changed local x to 2x is now 100
4. None of the mentioned
x is 50
Changed local x to 2
x is now 50
1. x is 50Changed global x to 2Value of x is 50
2. x is 50Changed global x to 2Value of x is 2
3. x is 50Changed global x to 50Value of x is 50
4. None of the mentioned
x is 50
Changed global x to 2
Value of x is 2
1. HelloWorldWorldWorldWorldWorld
2. HelloWorld 5
3. HelloWorld,World,World,World,World
4. HelloHelloHelloHelloHelloHello
Hello
WorldWorldWorldWorldWorld
1. a is 7 and b is 3 and c is 10a is 25 and b is 5 and c is 24a is 5 and b is 100 and c is 50
2. a is 3 and b is 7 and c is 10a is 5 and b is 25 and c is 24a is 50 and b is 100 and c is 5
3. a is 3 and b is 7 and c is 10a is 25 and b is 5 and c is 24a is 100 and b is 5 and c is 50
4. None of the mentioned
a is 3 and b is 7 and c is 10
a is 25 and b is 5 and c is 24
a is 100 and b is 5 and c is 50