Example code for www.0py.org

git-svn-id: svn://kolibrios.org@7306 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
pavelyakov 2018-07-15 11:38:06 +00:00
parent 0fa45f522d
commit 1fc61a82fa

View File

@ -0,0 +1,3 @@
text1 = "Hello"
text2 = "World!"
stdout(text1+' '+text2)