Guest User

Untitled

a guest
Jan 4th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. def find_smallest_value(list_data):
  2. print(min(list_data))
  3. return result
  4.  
  5. result=find_smallest_value([1,2,4])
  6. print()
Add Comment
Please, Sign In to add comment