from pprint import pprint
xs = range(10)
pprint([(x, x**2, x**3) for x in xs])


rstudio/rsconnect documentation built on April 30, 2024, 2:14 p.m.