Python 2, 51 bytes
print["Code\x20Golf","Programming Puzzles"][" ">""]
With all spaces removed:
print["Code\x20Golf","ProgrammingPuzzles"]["">""]
Thanks to Stephen S for 3 bytes
print["Code\x20Golf","Programming Puzzles"][" ">""]
With all spaces removed:
print["Code\x20Golf","ProgrammingPuzzles"]["">""]
Thanks to Stephen S for 3 bytes