Skip to content

omsable/python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asyncy Python

Execute a python file with arguments.

Example

import sys
print('Hello {} {}'.format(sys.argv[1], sys.argv[2]))

The file above is checked into your repository at the path /print.py

# Storyscript
result = python `print.py` "foo" "bar"

The variable result would equal "Hello foobar"

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •