What is the output of the following ?
L=[‘im’ , ’ur’] for i in L:
print(i.upper()) print(L)
Answers
Answered by
3
Answer:
France under the Ancien Régime (before the French Revolution) divided society into three estates: the First Estate (clergy); the Second Estate (nobility); and the Third Estate (commoners).
Answered by
0
Explanation:
>> int i, j, m; The variable i, j, m are declared as an integer type. >> j = a[1]++; becomes j = 2++; Hence j = 2 and a[1] = 3. Hence the output of the program is 3, 2, 15.
Similar questions