Difference between revisions of "User talk:Kevin Dunn"

From Engineering Economics and Problem Solving: 4N4
Jump to navigation Jump to search
(Created page with "$aa = bx^4 \frac{23}{\sqrt{x}}$ \[ax^2 + bx + c = 0\]")
 
m
Line 2: Line 2:


\[ax^2 + bx + c = 0\]
\[ax^2 + bx + c = 0\]
* Try it out:
<syntaxhighlight lang="python"># Hello World in Python
def main():
    print "Hello World!"
if __name__ == '__main__':
    main(s)
</syntaxhighlight>
<syntaxhighlight lang="python">
Place source code here; replace lang if necessary
</syntaxhighlight>

Revision as of 03:43, 22 August 2012

$aa = bx^4 \frac{23}{\sqrt{x}}$

\[ax^2 + bx + c = 0\]


  • Try it out:
# Hello World in Python

def main(): 
    print "Hello World!"

if __name__ == '__main__':
    main(s)
Place source code here; replace lang if necessary