fork download
  1. def moogah(a, b):
  2. '''(str, int) -> str'''
  3. def frooble(L):
  4. '''(list of str) -> int
  5. Precondition: L has at least one element.'''
Success #stdin #stdout 0.01s 7276KB
stdin
lst = [’a’, ’b’, ’c’]

\color{black}{\verb|moogah(lst[0], len(lst))|}moogah(lst[0], len(lst))

stdout
Standard output is empty