Τι θα εμφανίσει;
word = "PYTHON" print word[5] + word[0]
word = "PYTHON"
print word[5] + word[0]
PN
NP
OP