It is possible to change all letters in a string to either upper- or lowercase. This can be very useful, for example when checking possible inputs. topic = "Computer Science".topic = topic.lower ...