bestmovie<-"Interstellar"
reticulate::repl_python()
## Python 3.6.11 (/stor/home/elu92/.local/share/r-miniconda/envs/r-reticulate/bin/python)
## Reticulate 1.18.9000 REPL -- A Python interpreter in R.
## exit
worstmovie= "Twilight"
print(r.bestmovie,worstmovie)
## Interstellar Twilight