 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | Write the output of the following code. # !/usr/bin/python str = “Waltons Technology….wow!!!”; print “str.upper() : “str.upper() | 
| Answer» str.upper() : Waltons Technology ….WOW!!! | |