context of fx function (#223)

This commit is contained in:
Minghe
2019-08-09 09:10:49 +08:00
committed by GitHub
parent 474cb26920
commit e301d2d54f
28 changed files with 251 additions and 29 deletions

2
examples/functions/Python/func.py vendored Normal file
View File

@@ -0,0 +1,2 @@
def fx(requenst):
return "hello world"