Python Taskbook Level 1.1
Given a number. Check if it is negative or not. Output this information to the console.
Given a string, output the length of this string to the console.
Given a string, print the last character of the string to the console.
Given a number, check whether it is even or not.
You are given two words. Check that the first letters of these words match.
Given a word. Get its last letter. If the word ends with a soft sign, get the penultimate letter.