Find nearest film scene location in NYC




Pay Notebook Creator: Eva Wang11
Set Container: Numerical CPU with TINY Memory for 10 Minutes 0
Total0
In [11]:
# CrossCompute
movie_select_path = 'movies.txt'
target_folder = '/tmp'
In [12]:
# how to get what the user selected
movie_name = open(movie_select_path, 'rt').read().splitlines()[0]
In [14]:
movie_name
Out[14]:
'*batteries not included'
In [15]:
print('movie_name = %s' % movie_name)
movie_name = *batteries not included