ray-b/helper.py
Simple_Not 44e59344b3
All checks were successful
continuous-integration/drone/push Build is passing
1.3 eng
2023-07-19 22:43:11 +10:00

17 lines
620 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

stringo = """
Rather than recapitulate Churchlands premises and the objections
to them individually, I shall consider the EM hypothesis from four
different angles: (1) the nature of Churchlands neurocomputational
alternative to FP; (2) the charge that EM is self-refuting; (3) the
latent tension between Churchlands allegiance to scientific realism
and his irrealism about the folk-psychological account of representa-
tion; (4) the accusation that EM, and reductionist science more
generally, is incapable of acknowledging the reality of phenomenal
consciousness.
"""
print(
stringo.replace('\n', ' ')
)