Kasante95

func step3

Mar 28th, 2023
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. def fruit_score(fruit):
  2.     if fruit == "apple":
  3.         return 10
  4.     elif fruit == "orange":
  5.         return 5
Advertisement
Add Comment
Please, Sign In to add comment