CoCalc Public Files
www
/
168
/
notes
/
2005-10-19
/
example.py
Open with one click!
Download
,
Raw
,
Embed
Author:
William A. Stein
Compute Environment:
Ubuntu 18.04 (Deprecated)
1
def
g
(
)
:
2
return
5
/
4
3
4
def
h
(
)
:
5
return
2
^
3
6