Changes between Version 1 and Version 2 of ProgrammingAnswerPotatoExercise
- Timestamp:
- Sep 4, 2017, 6:33:43 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProgrammingAnswerPotatoExercise
v1 v2 1 Back to: [wiki:SoftwareOverview Programming] 2 1 3 {{{ 2 4 #!python … … 12 14 print("score!") 13 15 }}} 16 17 Output is: 18 19 {{{ 20 1 potato, 21 2 potato, 2 potato, 22 3 potato, 3 potato, 3 potato, 23 more! 24 5 potato, 5 potato, 5 potato, 5 potato, 5 potato, 25 6 potato, 6 potato, 6 potato, 6 potato, 6 potato, 6 potato, 26 7 potato, 7 potato, 7 potato, 7 potato, 7 potato, 7 potato, 7 potato, 27 score! 28 }}}