OpenSourceCornell / Spring_2018_WICC_OSC

The Git Workshop for the Spring 2018 WICC and Open Source Cornell Introduction to Open Source event.
1 stars 21 forks source link

python #39

Open alexanderGGreenberg opened 6 years ago

alexanderGGreenberg commented 6 years ago

Implement the funciton in src/python.py with the following specification:

Your friend has become a firm python fanatic, to the point where he will only speak in sentences that contain all of the letters in the word python Your objective is, given a string, return true if it contains all the letters p, y, t, h, o, n, and return false otherwise

ujnomw commented 6 years ago

I got it