What is displayed to the screen when the following code is run?
value="HELPFUL"
value="FRIENDLY"
print(value)
Select one:
Oa. Nothing is shown at all
O b. Error: strings are immutable and can't be changed
OC. HELPFUL
Od. FRIENDLY



Answer :

Other Questions