My issue
My code
# Update your code below this line
word="Programming"
print(word[2],'\n',word[1])
Learning course: Learn Python
Problem Link: CodeChef: Practical coding for everyone
# Update your code below this line
word="Programming"
print(word[2],'\n',word[1])
Learning course: Learn Python
Problem Link: CodeChef: Practical coding for everyone
The program is perfect, click next.