PCEP

Study mode — explanations shown

1

Computer Programming and Python Fundamentals

medium

What does the following code print? text = 'Hello World'; print(text.replace('o', '0').upper())

0 of 74 answered