Advertisement
Guest User

Untitled

a guest
Feb 29th, 2020
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.07 KB | None | 0 0
  1. def first_longer_than_second(a:str, b:str):
  2.     return (len(a) > len(b))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement