What will be assigned to s_string after the execution of the following code? Python What will be assigned to s_string after the execution of the following code?special = '1357 Country Ln.'s_string = special[ :4]Answer: '1357' Learn More : Share this Share on FacebookTweet on TwitterPlus on Google+