Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: i need assistance on the output of a particular code
Post: RE: i need assistance on the output of a particula...

[quote="j.crater" pid="47631" dateline="1526736673"]This particular code sample is pretty simple, but I want the commas, apostrophes and Bracket removed.
sirvinprogramming General Coding Help 3 3,333 May-19-2018, 03:19 PM
    Thread: i need assistance on the output of a particular code
Post: i need assistance on the output of a particular co...

def sentence(subject="i", predicate="play", object="football"): print(subject, predicate, object) sentence()Output:('i', 'play', 'football')please I just started coding a month ago I need an assi...
sirvinprogramming General Coding Help 3 3,333 May-19-2018, 01:17 PM

User Panel Messages

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