Question: this is practuce doing using python and thonny Last 10 Characters Write code that prints the last 10 characters of a string stored in the
this is practuce doing using python and thonnyLast 10 Characters Write code that prints the last 10 characters of a string stored in the variable my_string. Assume that my_string has already been given a value and that it is at least 10 characters long. Solve it! Ideas and Thoughts Write code that prints a string made up of the string stored in the variable sentence with all instances of the word 'idea' replaced with the word 'thought'. Assume the sentence variable has already been initialized Solve it! Back to Front Write code that constructs a string made by flipping the front and back halves of a string stored in a variable named flip_ne. For example, if flip me is "bookmark, the resulting string is markbook'. Store the result in a variable named flipped. Assume that the variable flip ne has already been given a value and that it contains an even number of characters. Solve
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
