User:Guy.yedwab

From Wikisource
Jump to navigation Jump to search

use source tag[edit]

<source lang="python">
while True:
    print 'hello world'
</source>
while True:
    print 'hello world'

use code tag[edit]

<code>[javascript,N]
while True:
    print 'hello world'
</code>

while True:

   print 'hello world'