lindzwiat4183 lindzwiat4183 22-04-2024 Computers and Technology contestada In python what will be the value of the variable string after the following code executes?string = 'abcd'string.upper()a.'ABCD'b. Nothing; this code is invalidc. 'Abcd'd. 'abcd'