Published: 04 Nov 2018 › Updated: 04 Nov 2018

testing the code insert
favorite_book = input("Enter the title of a favorite book: ")
if favorite_book.istitle():
print(favorite_book, "- nice capitalization in that title!")
else:
print(favorite_book, "- consider capitalization throughout for book titles.")
let's see how this test post goes
favorite_book = input("Enter the title of a favorite book: ")
if favorite_book.ititle():
print(favorite_book, "- nice capitalization in that title!")
else:
print(favorite_book, "- consider capitalization throughout for book titles.")
Posted from my blog with SteemPress : https://anmitsu.club/2018/11/04/testing-the-code-insert/
Leave testing the code insert to:
Read more #python posts
Best Posts From anmitsu
We have not curated any of anmitsu's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.
More Posts From anmitsu
- The loops of spring.
- Make your feed filled with pancakes again! Join in the pancake battle.
- Python Practice
- Git, sudo and alias adventures on an updated macOS Sierra.
- Return...return... python diary #4
- Intro post - I like spaghetti 🍝
- Building bridges across eternity, borrowing books at Openlibrary.org
- testing the code insert
- test post 2 with images
- learning Python 3 diary#3
- Learning to code in Python 3 diary #2
- Learning to code in Python 3 - diary #1