Advertisement
ancestor_tunji

#Long_word

Feb 6th, 2020
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.17 KB | None | 0 0
  1. #4
  2. def long_word(a = " "):
  3.     if len(a)> 7 :
  4.          print("True")
  5.     else:
  6.             print("False")
  7.            
  8. long_word("python")
  9. long_word("adetunji")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement