Question: Python 2. (50 points) Consider the following string: The successful warrior is the average man, with laser-like focus. Write an expression to print the 10th
2. (50 points) Consider the following string: "The successful warrior is the average man, with laser-like focus." Write an expression to print the 10th character of the string (Expected output: 's) Write an expression to print the first 21 characters of the string Using positive index values, write an expression to print the last 17 characters of the string Using negative index values, write an expression to print the last 17 characters of the string Write an expression to print the string in reverse Write an expression to find the length of the string Write an expression to convert the entire string to uppercase Write an expression to check if the word "fail" is in the string Write an expression to split the string into a list of words Write an expression to split the string into two sentences: I'The successful warrior is the average man', with laser-like focus.] Write an expression to add the string"- Bruce Lee" to the end of the string Write an expression to find the number of empty spaces the string Write an expression to replace the string "warrior" with "programmer". i. ii. iii. iv. v. vi. vii. viii. ix. x. xi. xii. xiii. found in
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
