What is the value of the variable string after the execution of the following code? Python What is the value of the variable string after the execution of the following code?string = 'Hello'string += ' world'Answer: 'Hello world' Learn More : Share this Share on FacebookTweet on TwitterPlus on Google+