I've tried using both Netbeans and PyCharm, but the same error keeps popping up. The error is when I use end="" as instructed by my tutorial it throws different errors depending on what IDE I'm using. Am I completely typing it incorrectly or can someone give me some advice as to what to do
__author__ = "Kevin"
__date__ = "$May 24, 2015 9:23:37 PM$"
print("Pink", end="")
print("Octopus")
The error code in Netbeans is
No viable alternative at input '='
mismatched input '""' expecting RPAREN
----
(Alt-Enter shows hints)