Array of characters

We all copy paste things off the internet, but the syntax doesn't look right. Fix it as fast as possible.

Input

# pound	< left angle bracket	$ dollar sign	+ plus sign
% percent	> right angle bracket	! exclamation point	` backtick
& ampersand	* asterisk	' single quotes	| pipe
{ left bracket	? question mark	= equal sign
} right bracket	/ forward slash	: colon	 
  blank spaces	@ at sign

Output

["#", "<", "$", "+", "%", ">", "!", "`", "&", "*", "'", "|", "{", "?", "=", "}", "/", ":", " ", "@"]