Advertisement
Guest User

Python

a guest
Jan 20th, 2020
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. def func_histogram (num1, num2, num3, num4, num5):
  2.  
  3. histogram = 0
  4.  
  5. histogram = num1, num2, num3, num4, num5 * (*)
  6.  
  7. return histogram
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement