added licence and main program
This commit is contained in:
parent
0b13e0ff2f
commit
7b5b707625
13
COPYING
Normal file
13
COPYING
Normal 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
14
main.py
Executable 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")
|
Loading…
Reference in New Issue
Block a user