Question: please show me step by step python Task 1 - Ask the user to input a string - Print out the following, based on the
Task 1 - Ask the user to input a string - Print out the following, based on the user's supplied string: - The first 6 characters - The last 3 characters - The whole string, but in reverse - Note: if the string is, e.g., 5 characters long, the program won't be able to print 6 characters. Task 2 - Ask the user to input something (they might enter a string, a number, anything) - If the supplied input is an integer, print "You entered an integer!" - Otherwise, print the user's message in uppercase, e.g., "HELLO, WORLD
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
