Automatic push from FunctionsAPI

This commit is contained in:
FunctionsAPI 2025-08-24 10:20:06 +00:00
parent e4bb4b412f
commit 397e9f70e0
3 changed files with 7 additions and 2 deletions

View File

@ -1,2 +1 @@
# f604db5fe9fd4fb0bcda31b47ab71a52
# python hello-world

4
main.py Normal file
View File

@ -0,0 +1,4 @@
def main(request):
def calculate_final_score(task_completion_rate, skill_communication, skill_leadership):
skill_score = (skill_communication + skill_leadership) / 2
return 0.6 * task_completion_rate + 0.4 * skill_score

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
functions-framework==1.4.3
markupsafe==2.0.1