

What does this program print?
Trace the program the way the computer would, then make your call before running anything.
word = "stardust"
print(word.replace("dust", "light").title())

Trace the program the way the computer would, then make your call before running anything.
word = "stardust"
print(word.replace("dust", "light").title())