def spill_et_kort(kortliste): kort = velg(kortliste) poeng = poengsum(kort) print("Du fikk " + str(poeng) + " antall poeng")