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
Last revisionBoth sides next revision
python:dierbach:chapter_1_python_first_steps [2016/07/28 02:54] mithatpython:dierbach:chapter_1_python_first_steps [2016/07/28 04:20] – [More about print()] mithat
Line 1: Line 1:
 ~~SLIDESHOW~~ ~~SLIDESHOW~~
 +~~NOTOC~~ 
  
 ====== Python first steps ====== ====== Python first steps ======
Line 167: Line 168:
 There are 99 balloons There are 99 balloons
 </code> </code>
-* Each "thing" will be converted into a string.+  * Each "thing" will be converted into a string.
  
 ===== A slightly more substantial program ===== ===== A slightly more substantial program =====
Line 279: 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 291: 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