بکندباز

یک تابع ایجاد کنید که تعداد potato های موجود در یک رشته را برگرداند.

نمونه ورودی و خروجی

potatoes("potato") ➞ 1

potatoes("potatopotato") ➞ 2

potatoes("potatoapple") ➞ 1
potatoes("potato")  ➞ 1
potatoes("potatopotato")  ➞ 2
potatoes("potatoapple")  ➞ 1
potatoes("potatopotatobananapotatopotato")  ➞ 4
potatoes("potatopotatomangopotatopotatopotato")  ➞ 5
potatoes("potatocucumberpotatopotatopotatopotatopotato")  ➞ 6

هنوز پاسخی برای این تمرین ثبت نشده است

نظرات

*
*

تمرینات مرتبط