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