Compare commits

..

No commits in common. "v3" and "main" have entirely different histories.
v3 ... main

3 changed files with 2 additions and 7 deletions

View File

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

View File

@ -1,4 +0,0 @@
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

View File

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