>_() is a substitution of print(), which prints the given expression to stdout
>_()
print()
stdout
>_("Hello, World!")
Last updated 2 years ago