Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: edx exercise
Post: RE: edx exercise

[quote='deanhystad' pid='111395' dateline='1587489288'] Yeah, you do have a logic error. The first thing you need to do is stop thinking about writing a program and start thinking about how you would...
timthebouncer Homework 2 2,904 Apr-22-2020, 01:52 PM
    Thread: edx exercise
Post: edx exercise

Hello guys, I'm facing some logic problems. I barely know how to set max/min for order_weight and give order_price a variable then multiply it as well. Please help me with this one. Thanks a lot! Thes...
timthebouncer Homework 2 2,904 Apr-21-2020, 12:58 PM
    Thread: problem with data type
Post: RE: problem with data type

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_r...
timthebouncer Homework 7 3,301 Apr-15-2020, 05:43 PM
    Thread: problem with data type
Post: RE: problem with data type

(Apr-15-2020, 11:08 AM)pyzyx3qwerty Wrote: Yes, this indeed is working fine. But(just asking) why do you have the function in the code when you don't use it? I have tried running it, and it works al...
timthebouncer Homework 7 3,301 Apr-15-2020, 11:13 AM
    Thread: problem with data type
Post: RE: problem with data type

(Apr-14-2020, 11:22 AM)pyzyx3qwerty Wrote: How about printing it out like print("Title:" + book + " costs $ " + str(price))Second of all, I don't exactly understand your code. You make a function, b...
timthebouncer Homework 7 3,301 Apr-15-2020, 11:03 AM
    Thread: problem with data type
Post: problem with data type

Hi guys, I am struggling on resolving a question which says: bookstore() takes 2 string arguments: book & price bookstore returns a string in sentence form bookstore() should call title_it_rtn() ...
timthebouncer Homework 7 3,301 Apr-14-2020, 07:36 AM

User Panel Messages

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