testing the code insert

anmitsu(57)
Published in
#python
Words
70
Reading
1 min
Listen
Play
8y
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/

testing the code insert | Ecency