python:dierbach:chapter_1_python_first_steps

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
python:dierbach:chapter_1_python_first_steps [2016/07/28 02:55] mithatpython:dierbach:chapter_1_python_first_steps [2016/07/28 03:33] – [Code the solution (last time!)] mithat
Line 280: Line 280:
 Success. But we can do better... Success. But we can do better...
  
-Code the solution (last time!) +===== Code the solution (last time!) ===== 
------------------------------- + 
-<code python>+<file python exponent_calculator.py>
 # Exponent Calculator # Exponent Calculator
 # Exponent Calculator # Exponent Calculator
Line 292: Line 292:
 result = base ** exponent result = base ** exponent
 print(base, 'to the power of', exponent, 'is', result) print(base, 'to the power of', exponent, 'is', result)
-</code>+</file>
  
 ===== Test the solution ===== ===== Test the solution =====
python/dierbach/chapter_1_python_first_steps.txt · Last modified: 2016/07/28 04:26 by mithat

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki