GuessThePrice/source/scoring.py
2022-05-16 16:01:25 +02:00

12 lines
247 B
Python

"""
script with functions for evaluating scores of users
"""
__author__ = "Florian Kellermann, Linus Eickhoff, Florian Kaiser"
__date__ = "02.05.2022"
__version__ = "0.0.1"
__license__ = "None"
def eval_score(price, guessed_price):
return 0