10 of 100 menu

Python Taskbook Level 1.10

Given a line:

'abcdef'

Get every second character of this string:

'ace'

Given a number:

12345

Print all its characters from the end to the console.

enru