Question: Question#9 Points:10 Use for, .split(), and if to create a Statement that will print out words that start with 's': [ ] st = 'Print

Question\#9 Points:10 Use for, .split(), and if to create a Statement that will print out words that start with 's': [ ] st = 'Print only the words that start with s in this sentence' [ ] \#Code here Question\#10 Points:10 Use range() to print all the even numbers from 0 to 10. [ ] \#Code Here Question\#11 Points: 10 Check the length of each word in the string and if the length of a word is even print "even!" [ ] st = 'Print every word in this sentence that has an even number of letters' [ ] \#Code in this cell Question\#12 Points : 10 Write a program that prints the integers from 1 to 100 . But for multiples of three print " 3 *" instead of the number, and for the multiples of five print " 5 ". For numbers which are multiples of both three and five print " 35. [ ] [ ]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
