Class 30 — Wednesday, November 3

Life is surprising

We are one people — Looking out for each other — Which means masking up


Look both ways


Agenda


Downloads


To do


What is first class

def black() :

  print( "Black" )

def white() :

  print( "White" )

def go( f ) :

  """ Invokes the function indicated by parameter f

  """

  f()

if ( __name__ == "__main__" ) :

  go( black ) # go() run's function black()

  go( print ) # go() run's function print()

  go( white ) # go() run's function white()

Black

 

White



Problem at 손 (hand)

def word( string, dictionary = DEFAULT_DICTIONARY) :

  # translate the word represented by string according to dictionary

  ...

line( text, dictionary = DEFAULT_DICTIONARY ) :

  # translate the series of words represented by text according to dictionary

  ...

passage( text, dictionary = DEFAULT_DICTIONARY) :

  # translate the series of lines represented by text according to dictionary

  ...

links

est la baguette fraiche

dubailte dubailte kesusahan und guaio

umlilo adolebitque und ketel bombolla

umucu di una pantanoso neidr

dans der ketel bouyi und cuire

oog di tritons und kaki di rano

yun di fledermoyz und lingua di chien

viperae foarke und blyn cuc stik

moo fotur und ovlet tis

pre eng viehatys di voimakas guaio

mag un inferno salda bouyi und bombolla

 




gargoye



1112 artistry

pie slice




rocket




1112 artistry.py submission




1112 artistry.py submission




1112 artistry.py submission