Your IP : 216.73.216.213


Current Path : /opt/alt/python37/share/doc/alt-python37-Cython/Demos/callback/
Upload File :
Current File : //opt/alt/python37/share/doc/alt-python37-Cython/Demos/callback/run_cheese.py

import cheese

def report_cheese(name):
    print("Found cheese: " + name)

cheese.find(report_cheese)