MCPcopy Create free account
hub / github.com/dabeaz-course/python-mastery / foo

Function foo

Solutions/9_1/simplemod.py:6–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5# A simple function
6def foo():
7 print("x is %s" % x)
8
9# A simple class
10class Spam:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected