question archive Python program wherein using the string "Life is awesome" - Print the string - Print the length of the string - make and print a substring comprising first and last characters - make and print a substring comprising the first two characters and the last two characters - make and print a substring comprising the letters after the character "f" and before the second character w
Subject:Computer SciencePrice: Bought3
Python program wherein
using the string "Life is awesome"
- Print the string
- Print the length of the string
- make and print a substring comprising first and last characters
- make and print a substring comprising the first two characters and the last two characters
- make and print a substring comprising the letters after the character "f" and before the second character w