[SOLVED] Write a function called "findics" in python

15.00 $

Category:
Click Category Button to View Your Next Assignment | Homework

You will receive the following solution file(s) instantly after successful payment:

py file icon findics.py (0.6 KB)
Assignment Instructions Updated Recently? Submit Below and we will provide new Solution!
Submit New Instructions
đź”’ Securely Powered by:
Secure Checkout
5/5 - (2 votes)

Write a function called “findics” which takes a string as an argument and returns True if that string contains “ics” where “ics” must be preceded by a single digit, 0 through 9. For example, your function should return True for the string “ffff2icsand” but it should return False for the string “fffficsand”

  • findics.py