Wiki Navigation
SDL Wiki
Search Wiki
Quick Links
FrontPage
Introduction
Support
API By Name
API By Category
Contributing
RecentChanges
FindPage
Wiki Help
User Actions
Login
Wiki Page Content
Slideshow
^
|<
<<
Slide 21 of 27
>>
>|
Processori di codice
Input
{{{#!python
def hello(name):
print "Ciao %s" % name
}}}
Come viene visualizzato
1
def
hello
(
name
):
2
print
"
Ciao
%s
"
%
name
(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit