#use the color and rhyme inputs in the poem
def writePoem (color, rhyme):
print ('I\’ve never written code before, or thought about this',rhyme,'But I\’d rather get my homework done, than swim in something',color);
writePoem(brown, town)
Traceback (most recent call last):
File "<string>", line 1, in <fragment>
builtins.NameError: name 'brown' is not defined

New Topic/Question
Reply



MultiQuote





|