14 lines
784 B
Python
Executable File
14 lines
784 B
Python
Executable File
#!/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") |