se the code to answer the question. %0D%0A%0D%0Auser = { %0D%0A 'name': 'Bruce', %0D%0A 'Address' : 'Gotham', %0D%0A 'subscription' : { %0D%0A 'title' : 'Student Bundle', %0D%0A 'cost' : 1000 %0D%0A } %0D%0A} %0D%0Aprint(user.get('subscription').get('title')) %0D%0AWhat will be the output of the code? Execute the code using the Trinket.%0D%0A%0D%0ATrinket%0D%0A%0D%0A(1 point)%0D%0AResponses%0D%0A%0D%0AIt will throw a KeyError%0D%0AIt will throw a KeyError%0D%0A%0D%0A1000%0D%0A1000%0D%0A%0D%0AStudent Bundle%0D%0AStudent Bundle%0D%0A%0D%0ABruce

1 answer

The output of the code will be "Student Bundle".