Recent content by sanehatter

  1. S

    I strugle with this code.... in python

    you should read the python docs and check stackoverflow, maybe you have some indentation errors, i don't know. If you want to find a letter in a string, use string.find
  2. S

    I strugle with this code.... in python

    Most likely the function takes a string as parameter, hence the parameter name "strng", iterates over each character of the string with the "while index < length of the string" and returns the index ( location in the string) of the first occurrence of ch. In python, lists and strings are...
  3. S

    hello bhw!

    I've been maintaining the pbn of a small seo firm for a few months now as a part time job, currently 2nd year of college in CS, leaning towards web development. Had no contact with anything related to im or seo prior to this, found this place after some google searches and i have to say there's...
Back
Top