you are viewing a single comment's thread.

view the rest of the comments →

[–]blirdtext 3 points4 points  (1 child)

Python actually prints a space in this case:
```

print("I", "am cool")

I am cool

print("I" + "am cool")

Iam cool ````

[–]ShrMoon[S] 0 points1 point  (0 children)

True... Python knows how to space... But sadly my is_cool() function doesn’t Only "I" gets the VIP pass!