Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. def is_monotonous(list_):
  2.     return is_ascending(list_) or is_descending(list_)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement