Contact: aviboots(AT)netvision.net.il
41,163 questions
53,655 answers
573 users
str = "#python#" if (str[0] == '#' and str[len(str) - 1] == '#'): print("yes") else: print("no") ''' run: yes '''