Advertisement
nitty01

Untitled

Feb 11th, 2020
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. def string_theory(word):
  2.     if len(word)>3 and word[0]=="S":
  3.         return True
  4.     else:
  5.         return False
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement