Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Remove from end of string up to and including some character
Post: Remove from end of string up to and including some...

Hi all, I'm trying to take some string, stri_ , and iterate through it until I find a particular character. Then, I will update the stri_ to be stri_ with that character and everything after it remo...
lbtdne General Coding Help 2 2,331 May-17-2020, 08:31 AM
    Thread: Indexing problem while iterating list and subtracting
Post: Indexing problem while iterating list and subtract...

Hi all, I have two lists of equal length, and I want to iterate through both lists while performing subtractions. # Consider the lists a = [x, y, z, a, b] # All ints b = [x2, y2, z2, a2, b2] # All ...
lbtdne General Coding Help 2 2,130 May-14-2020, 08:46 PM
    Thread: Accepting inputs str vs int
Post: RE: Accepting inputs str vs int

Thanks for your help @deanhystad . I had come across the try/except set but I'd assumed as it hadn't been covered in the course I'm working through that I wouldn't need it. I've posted my final, worki...
lbtdne General Coding Help 2 1,812 May-14-2020, 01:45 PM
    Thread: Accepting inputs str vs int
Post: Accepting inputs str vs int

Hi all, I'm defining a small function as part of a larger project. This function should prompt the user for an input of the format "number number". This input is essentially a coordinate I'll use l...
lbtdne General Coding Help 2 1,812 May-13-2020, 06:14 PM

User Panel Messages

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