Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Coding understanding help
Post: Coding understanding help

Hello Hi, I am new to python and i am learning from automating the boring stuff. In this program, why and how did he choose groups[1],groups[3],groups[5] and groups[8]. can you please explain the prog...
srikanth General Coding Help 1 1,460 Jul-18-2019, 12:23 PM
    Thread: [split] Automate the boring stuff, inserting commas in list
Post: [split] Automate the boring stuff, inserting comma...

def sri(z): ... for i in range(len(z)): ... if i<len(z)-1: ... y=z[i]+',' ... else: ... y='and ' + z[-1] ... print(y,end=" ") ... >>> d=['apple','banana'...
srikanth General Coding Help 1 2,124 Jul-02-2019, 01:31 PM

User Panel Messages

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