U E D R , A S I H C RSS

Red Thon/Hello World과제

Redmoon

를 보.. 보는데..
python.py .. 내는데.. ...
... windows python shell ..
..
..냥..무..
~cpp 
a= 'hello world'
print a
..무 ?

.........바 ...;;
.. 무리...C++..변....
~cpp 
a = [ 'h','e','l','l','o','w','o','r','l','d']
def acb(a):
   	for i in a:
   		print i
acb(a)

........대..못..
  • . .

~cpp 
a = [ i for i in 'helloworld' ]
for i in a:print i,

..변..

~cpp 
a='hello world'
def acd(a):
	for d in a:
		print d

acd(a)
  • . .. 모르......;;;;
  • ..........더.. ..
    . ......^^;;
    . 는 문 뿐더러, . --Leonardong

    Valid XHTML 1.0! Valid CSS! powered by MoniWiki
    last modified 2021-02-07 05:27:52
    Processing time 0.0116 sec