Ticket #63 (new defect)

Opened 2 years ago

Scoping error in Python example

Reported by: gvwilson Assigned to: gvwilson
Priority: major Milestone: Someday
Component: lectures Version:
Keywords: Cc:

Description

swc:lec/py03:Scope:1124

I don't understand why in figure 9.1 (b), rock_name in function classify points to the value "unknown". Shouldn't it be "sandstone"?