Python Forum
Python Homework help plz (Python only printing None)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python Homework help plz (Python only printing None)
#5
Also, a pass statement is almost always unnecessary
word_list=['the','i','am','light','life']
a=sorting(word_list)
 
def sorting(x):
    for i in range(1, len(word_list)):
        if len(x[i-1]) > len(x[i]):
            temp=x[i+1]
            x[i+1]=x[i]
            x[i]=temp
Reply


Messages In This Thread
RE: Python Homework help plz (Python only printing None) - by woooee - Dec-04-2018, 07:28 PM
Def Printing None - by chubsie - Dec-04-2018, 05:52 PM
RE: Def Printing None - by nilamo - Dec-04-2018, 06:48 PM
RE: Def Printing None - by buran - Dec-04-2018, 06:50 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Homework Python unit test Paragoon2 4 1,590 Dec-12-2022, 12:45 PM
Last Post: Paragoon2
  HELP in python homework makashito 4 4,008 Oct-12-2021, 10:12 AM
Last Post: buran
Exclamation Python Homework (Urgent help needed!!) chickenseizuresalad 6 4,411 Oct-11-2021, 01:59 AM
Last Post: Underscore
  CyperSecurity Using Python HomeWork ward1995 1 2,007 Jul-08-2021, 03:55 PM
Last Post: buran
Exclamation urgent , Python homework alm 2 2,362 May-09-2021, 11:19 AM
Last Post: Yoriz
  HomeWork Python - Drawing window with text center. Voraman 8 3,367 Jan-09-2021, 06:53 PM
Last Post: Voraman
  [TkInter]Simple Python Homework zaji_123 4 4,134 Jan-01-2021, 07:09 PM
Last Post: EliesBe
  Homework with python Johnsonmfw 1 1,733 Sep-20-2020, 04:03 AM
Last Post: ndc85430
  Applied Data Science with Python - homework 2.2 (Weather plotting) eyavuz21 4 3,454 Jun-03-2020, 07:09 PM
Last Post: eyavuz21
  Python Homework Help *Urgent GS31 2 2,634 Nov-24-2019, 01:41 PM
Last Post: ichabod801

Forum Jump:

User Panel Messages

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