Exercise-4: Get two floating point numbers via the input function and store them under the variable names float1 and float2. Print float1.
Exercise-5: Define the string given below in quotes to a meaningful variable name: 'Computational Thinking'. After initializing the variable, index and print all the elements from index positions 2 to 10.