Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: ValueError - arg is an empty sequence
Post: RE: ValueError - arg is an empty sequence

looks good, thanks!
jojotte General Coding Help 2 5,394 Dec-31-2018, 10:07 AM
    Thread: ValueError - arg is an empty sequence
Post: ValueError - arg is an empty sequence

Hi I'm trying to take the two lowest values off a list and then stop. So far, the two solutions I have return the same error message i.e. ValueError: min() arg is an empty sequence. I only get this er...
jojotte General Coding Help 2 5,394 Dec-30-2018, 08:00 AM
    Thread: len function -
Post: RE: len function -

OK, brilliant, makes sense! Ta!
jojotte General Coding Help 5 2,865 Dec-22-2018, 06:32 PM
    Thread: len function -
Post: RE: len function -

Thanks for this. However when I specifically print indexOfName I get 4 if, say, the name I input is John...? name = input("provide an example of name: ") indexOfName = len(name) print(indexOfName) ...
jojotte General Coding Help 5 2,865 Dec-22-2018, 06:20 PM
    Thread: len function -
Post: len function -

Hey! I am trying to do the following: 1/user inputs a name e.g. "John". 2/user gets returned with the last character of the string e.g. "n". Where I am so far: name = input("provide an example of ...
jojotte General Coding Help 5 2,865 Dec-22-2018, 05:41 PM

User Panel Messages

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