Changes between Version 1 and Version 2 of ProgrammingAnswerPotatoExercise


Ignore:
Timestamp:
Sep 4, 2017, 6:33:43 PM (8 years ago)
Author:
cdelgigante
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProgrammingAnswerPotatoExercise

    v1 v2  
     1Back to: [wiki:SoftwareOverview Programming]
     2
    13{{{
    24#!python
     
    1214print("score!")
    1315}}}
     16
     17Output is:
     18
     19{{{
     201 potato,                                                                                                                                                                                                                                             
     212 potato, 2 potato,                                                                                                                                                                                                                                   
     223 potato, 3 potato, 3 potato,                                                                                                                                                                                                                         
     23more!                                                                                                                                                                                                                                                 
     245 potato, 5 potato, 5 potato, 5 potato, 5 potato,                                                                                                                                                                                                     
     256 potato, 6 potato, 6 potato, 6 potato, 6 potato, 6 potato,                                                                                                                                                                                           
     267 potato, 7 potato, 7 potato, 7 potato, 7 potato, 7 potato, 7 potato,                                                                                                                                                                                 
     27score! 
     28}}}