Template:Infobox programming language/doc: Difference between revisions

Content deleted Content added
Line 53:
{{Infobox programming language
| name = Python
| SampleCode = <syntaxhighlight lang="javascriptpython" >
alertprint('"Hello, World'!");
// JavaScript example
function helloworld() {
alert('Hello World');
}
window.onload = helloworld;
</syntaxhighlight>
| logo = Python logo and wordmark.svg