[ create a new paste ] login | about

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

Python, pasted on Jul 22:
1
2
3
4
age = 19

if age > 18:
 print("You are old enough to vote")


Output:
1
You are old enough to vote


Create a new paste based on this one


Comments: