kolibrios/programs/cmm/python/examples/example.py
pavelyakov 1fc61a82fa Example code for www.0py.org
git-svn-id: svn://kolibrios.org@7306 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-07-15 11:38:06 +00:00

3 lines
58 B
Python

text1 = "Hello"
text2 = "World!"
stdout(text1+' '+text2)