Python Forum
[Guidance needed] Python def question
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Guidance needed] Python def question
#3
(Aug-04-2019, 06:15 AM)ndc85430 Wrote: What have you tried?
def concat_words(a,b,c):
    

all_words = concat_words(['apple', 'orange', 'pear'])
print ('[' + all_words + ']')
idk man, im stucked. Please advise!
Reply


Messages In This Thread
[Guidance needed] Python def question - by PieTurn - Aug-04-2019, 03:45 AM
RE: [Guidance needed] Python def question - by PieTurn - Aug-04-2019, 06:31 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Exclamation Python Homework (Urgent help needed!!) chickenseizuresalad 6 4,539 Oct-11-2021, 01:59 AM
Last Post: Underscore

Forum Jump:

User Panel Messages

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