The question asks what the code will produce as an outcome. I cannot figure out these last three.
Question 3
message = "CIA SsrooMBuilDing 2"
message = message[:5] + message[15:]
Question 4
message = "student union words"
message.split()
message - words[1].upper()
Question 5
message = "Engineering Building1 r187"
message.replace("w", "ng")
message(2)