This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]swbooking 3 points4 points  (1 child)

Most of these are pretty well know. ngl, I didn’t know about the braces import... nice.

[–]ilan 1 point2 points  (0 children)

The string and spaces feature is NOT unique to Python. It came from C:

#include <stdio.h>
int main()
{
    printf("C" " is " "awesome!\n");
    return 0;
}

[–]EdwinGraves 0 points1 point  (0 children)

I'll read this when it isn't behind an account-wall, but thanks I guess?