Given a string s = “Welcome”, which of the following code is incorrect June 7, 2022 by admin โช Choose the correct option.Given a string s = “Welcome”, which of the following code is incorrect?A. print(s[0])B. print(s.lower())C. NULLD. print(s.strip()) Submit Answer