You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Implement the funciton in
src/python.py
with the following specification:The text was updated successfully, but these errors were encountered: