Odpowiedź:
1.
sentence = "HELLO word"
print(sentence.lower())
2.
sentence = "hello word"
print(sentence.upper())
na jednym obrazku masz 2 te same polecenia
Wyjaśnienie: