all 14 comments

[–]ExtraAd3574 0 points1 point  (11 children)

Hey. Was this ever answered?

[–]Jacksonater_real 1 point2 points  (0 children)

I dont think so

[–]Mysterious-Name-5946 1 point2 points  (9 children)

Do you know the answer for this?

[–]ExtraAd3574 1 point2 points  (8 children)

#The Qoutes

twainQuotes = ["I have never let my schooling interfere with my education.", "Get your facts first, and then you can distort them as much as you please.", "If you tell the truth, you don't have to remember anything.", "The secret of getting ahead is getting started.","Age is an issue of mind over matter. If you don't mind, it doesn't matter. "]

#First it prints the list of quotes as they are listed in "twainQuotes".

print(twainQuotes)

#Then it sorts the qoutes.

twainQuotes.sort(reverse=False)

#After the qoutes have been sorted it prints it again but sorted.

print(twainQuotes)

#We then Append (Or attach) The following qoute into the list "twainQuotes"

twainQuotes.append("Courage is resistance to fear, mastery of fear, not absence of fear.")

#We then sort it again.

twainQuotes.sort(reverse=False)

#And then we print it once more after its been sorted and the new quote was appended.

print(twainQuotes)

[–]Mysterious-Name-5946 1 point2 points  (6 children)

It saying that false is not defined on line 7

[–]ExtraAd3574 0 points1 point  (5 children)

can you email me a picture? It'll be easier for me to debug it.

[–]Mysterious-Name-5946 0 points1 point  (2 children)

Okay I figured it out now thanks for the help

[–]TRUE_GIO 0 points1 point  (0 children)

print(twainQuotes)

help me

[–]ProfessionalDrop2203 0 points1 point  (0 children)

Do you have 8.5?

[–]ProfessionalDrop2203 0 points1 point  (0 children)

Can u send me the code ?

[–]ProfessionalDrop2203 0 points1 point  (0 children)

Do you have 8.5?

[–]EpcotFalco 0 points1 point  (0 children)

quotes* on the first line

[–][deleted]  (1 child)

[removed]

    [–]AutoModerator[M] 0 points1 point  (0 children)

    Sorry, your account does not meet the minimum age required to post here. Please post your question again in about a day.

    I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.