Discuss / Python / 交作业

交作业

Topic source

吃货

#1 Created at ... [Delete] [Delete and Lock User]

# 第一题

def by_name(t):

name = []

name.append(t[0].lower())

return name

# 第二题

def by_score(t):

score = []

score.append(t[1])

return score


  • 1

Reply