English

Find the output of the following code: answer=[]; output='' answer.append('T') answer.append('A') answer.append('M') ch=answer.pop() output=output+ch ch=answer.pop() output=output+ch ch=answer.pop - Computer Science (Python)

Advertisements
Advertisements

Question

Find the output of the following code:

answer=[]; output=''
 answer.append('T')
 answer.append('A')
 answer.append('M')
 ch=answer.pop()
 output=output+ch
 ch=answer.pop()
 output=output+ch
 ch=answer.pop()
 output=output+ch
 print(“Result=”,output)
One Line Answer

Solution

Output - MAT

shaalaa.com
  Is there an error in this question or solution?
Chapter 3: Stack - Exercise [Page 52]

APPEARS IN

NCERT Computer Science [English] Class 12
Chapter 3 Stack
Exercise | Q 2. b) | Page 52
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×