import urllib2
import re
def get_text(str):
return str
def get_url_text(ur l):
return get_text(url)
actual python code i attached into sir_desc.txt file and i want to run this program from java class that python code takes one URL as a argument and return string as out put
please tell me how that is possible from java
import re
def get_text(str):
return str
def get_url_text(ur l):
return get_text(url)
actual python code i attached into sir_desc.txt file and i want to run this program from java class that python code takes one URL as a argument and return string as out put
please tell me how that is possible from java
Comment