[ create a new paste ] login | about

Link: http://codepad.org/WUOYUlUo    [ raw code | output | fork ]

Python, pasted on Jul 3:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Quiz 1
# Quote

# Chris Roberts
# 07/01/2020

print(
"""
\t\tFor want of a nail the shoe was lost,
\t\tFor want of a shoe the horse was lost;
\t\tAnd for want of a horse the rider was lost;
\t\tbeing overtaken and slain by the enemy,
\t\tAll for want of care about a horse-shoe nail.
""")
print("\t\t\t\t\t—Benjamin Franklin,\n\t\t\t\t\t'The Way to Wealth' (c1758)")

input("\n\nPress 'ENTER' If You Agree")


Output:
1
2
  Line 15
SyntaxError: Non-ASCII character '\xe2' in file t.py on line 15, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details


Create a new paste based on this one


Comments: