Advertisement
Guest User

newfile.py

a guest
Jan 24th, 2020
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.16 KB | None | 0 0
  1. 'abc12345'.islower()
  2. print('How are you?')
  3. feeling = input()
  4. if feeling.lower() =='great'
  5. print('I feel grear too')
  6. else:
  7.     print('I hope the rest of your day is good.')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement