Advertisement
Mofeoluwa

Untitled

Feb 11th, 2020
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.10 KB | None | 0 0
  1. def first_longer_than_second(a,b):
  2.     sage = "True" if len(a) > len(b) else "False"
  3.     print(sage)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement