Write a program to output the following quote by Edsger W. Dijkstra:
”computer Science is no more about computers
than astronomy is about telescopes”
-Edsger w. Dijkstra
Here is the answer:
print('"computer Science is no more about computers')
print('than astronomy is about telescopes"')
print('-Edsger w. Dijkstra')
Comments
Leave a comment