This makes it easier to print out multiple things at the same time without needing to do a bunch of string concatenation

Easy way you can remember it is thinking s for space and t for tab. When you want to print normally just call print. Otherwise add s for space or t for tab on the end of the function for the separators.

  • Charzard4261
    link
    fedilink
    arrow-up
    5
    ·
    1 day ago

    Does it accept arrays as an argument? If so, that’d be super useful!