Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- message = input()
- charlimit = len(input())
- if (charlimit > 100):
- print("Sorry, your message is too long.")
- if (charlimit < 100 or charlimit == 100):
- print(message)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement