Python Forum
problem with data type
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
problem with data type
#8
Thank you guys I've managed to deal with it by all the suggestions from you.
Thanks a lot

def bookstore(book, price):
    title_it_rtn = (book.capitalize(), price)
    return title_it_rtn

title_it_rtn = (input("book_entry: "), input("price_entry: "))
print("Title,",book,",cost$",price)
Reply


Messages In This Thread
problem with data type - by timthebouncer - Apr-14-2020, 07:36 AM
RE: problem with data type - by pyzyx3qwerty - Apr-14-2020, 11:22 AM
RE: problem with data type - by timthebouncer - Apr-15-2020, 11:03 AM
RE: problem with data type - by pyzyx3qwerty - Apr-15-2020, 11:08 AM
RE: problem with data type - by timthebouncer - Apr-15-2020, 11:13 AM
RE: problem with data type - by perfringo - Apr-15-2020, 12:06 PM
RE: problem with data type - by jefsummers - Apr-15-2020, 03:53 PM
RE: problem with data type - by timthebouncer - Apr-15-2020, 05:43 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  container data type formatting nzcan 5 3,883 Aug-10-2018, 05:45 PM
Last Post: Gribouillis

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020