Question: Using Python 3.5.2 and IDLE Write a program that defines and calls a function called has_no_e() that returns the value 'True' if the received word

Using Python 3.5.2 and IDLE

Write a program that defines and calls a function called has_no_e() that returns the value 'True' if the received word does not have an "e" in it, and False if the word has an e. If False, print the index of each 'e' on a single line. (5 points)

Design and write a Python program that converts a date from the form "month/day/year", such as "03/07/17" to the string "monthName 07, 2017", or "March 07, 2017". (5 points)

Bonus of one extra point: Don't assume that single digit month or day will have a leading zero.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!