What will be the output produced by the following code?
name='POP
class='XI'
print ("Name is", name**3, end=*)
print (“she is in class', class)
Answers
Answered by
1
There will be a SyntaxError at line 3 .
But instead of * the value of the end parameter is '*' then the following will be the output:
Name is POPPOPPOP*she is in class XI
Similar questions
Math,
2 months ago
History,
2 months ago
Hindi,
2 months ago
Math,
5 months ago
Accountancy,
10 months ago
Computer Science,
10 months ago
History,
10 months ago