forked from KolibriOS/kolibrios
Example code for www.0py.org
git-svn-id: svn://kolibrios.org@7306 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
0fa45f522d
commit
1fc61a82fa
3
programs/cmm/python/examples/example.py
Normal file
3
programs/cmm/python/examples/example.py
Normal file
@ -0,0 +1,3 @@
|
||||
text1 = "Hello"
|
||||
text2 = "World!"
|
||||
stdout(text1+' '+text2)
|
Loading…
Reference in New Issue
Block a user