# NOT RUN {
py.assign("a", "foo bar")
py.get("a")
# [1] "foo bar"
py.rm("a")
# }
# NOT RUN {
py.rm("a")
# Warning message:
# In py.rm("a") : Traceback (most recent call last):
# File "<string>", line 2, in <module>
# NameError: name 'a' is not defined
# }
Run the code above in your browser using DataLab