The world’s Largest Sharp Brain Virtual Experts Marketplace Just a click Away
Levels Tought:Elementary,Middle School,High School,College,University,PHD
MBA IT, Mater in Science and Technology Devry Jul-1996 - Jul-2000
Professor Devry University Mar-2010 - Oct-2016
Hi, I am working on Python. Could you make this code by following below instructions?
1)
def check(word):
""" return String based on parameter word, a String """
# you write code here
Constraints
Examples
word = "pikapi" Returns: "YES"
word = "pipikachu" Returns: "YES"
word = "pikaqiu" Returns: "NO"
word = "chupikachupipichu" Returns: "YES"
word = "duke" Returns: "NO"
-----------