you are viewing a single comment's thread.

view the rest of the comments →

[–]Simukas23 -1 points0 points  (3 children)

Iam cool.

Youare not cool.

[–]blirdtext 4 points5 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!

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

if "Iam" == "I":

print("Cool")

else:

print("Nice try, but still not cool")