added licence and main program

This commit is contained in:
Arti Zirk 2013-11-06 00:02:31 +02:00
parent 0b13e0ff2f
commit 7b5b707625
2 changed files with 27 additions and 0 deletions

13
COPYING Normal file
View File

@ -0,0 +1,13 @@
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.

14
main.py Executable file
View File

@ -0,0 +1,14 @@
#!/usr/bin/env python3
###########################################################################
# Kuule osta elevant ära #
# #
# #
#Author: Arti Zirk <arti.zirk@gmail.com #
#License: Do What the Fuck You Want to Public License #
# #
###########################################################################
print("Kuule osta elevant ära!")
while True:
vastus = input("vasta: ")
print("Seda räägivad kõik, et " + vastus + " aga osta elevant ära")