Difference between revisions of "Main Page"

From Engineering Economics and Problem Solving: 4N4
Jump to navigation Jump to search
m
m
Line 1: Line 1:
'''MediaWiki has been successfully installed.'''


Consult the [//meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.


== Getting started ==
* Try it out:
* [//www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]
<syntaxhighlight lang="python"># Hello World in Python
* [//www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]
 
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]
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


  • 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