Not a member of Pastebin yet?
/usr/bin/gcc -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Winit-self -Wno-comment -Wimplicit-fallthrough=3 ...
Python supports implicit string literal concatenation, Example, >>> print("wtf" "python") wtfpython >>> print("wtf" "") # or "wtf""" wtf ''' and """ are also string delimiters in Python which causes a SyntaxError because the Python interpreter was expecting a terminating triple ...