Question: Please program the following problems on any Python IDE. 1. Write Python expressions involving strings s1, s2, and s3 that correspond to: a)'ll' appears in

Please program the following problems on any Python IDE. 1. Write Python expressions involving strings s1, s2, and s3 that correspond to: a)'ll' appears in s3 b)the blank space does not appear in s1 c)the concatenation of s1, s2, and s3 d)the blank space appears in the concatenation of s1, s2, and s3 e)the concatenation of 10 copies of s3 f)the total number of characters in the concatenation of s1, s2, and s3 2. String s is defined to be 'abcdefgh! Write expressions using s and the indexing operator [] that return the following strings: a) 'a', b) 'c', c) 'h', d) 'f' 3. Write a python script that requests user to input first name and last name and then print a message: Hello First-Name Last-Name... Welcome to the World of Python 4. Write a program that: a). Requests the user's name b).Requests the user's age c).Computes the user's age one year from now and prints the message shown
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
