| What will be the output of the given statement? |
| print([1,2,3,4,5]+5) |
| What will be the output of the given statement? |
| print([1,2,3,4,5]+[5]) |
| What will be the output of the given statement? |
| print([1,2,3]*3) |
| What will be the output of the given statement? |
| print([10,20,30,40,50].index(90)) |
| What will be the output of the given statement? |
| print([1,2,3,4,5].reverse()) |
| What will be the output of the given statement? |
|
|
| What will be the output of the given statement? |
|
|
| To create an empty tuple, T: |
|
|
| Read the following statements, and find the output: |
|
|
You need to login to perform this action.
You will be redirected in
3 sec