Kasante95

func step4

Mar 28th, 2023
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. apple_score = fruit_score("apple")
  2. orange_score = fruit_score("orange")
  3. total = fruit_score("apple") + fruit_score("orange")
  4. print(total)
Advertisement
Add Comment
Please, Sign In to add comment