用其它语言实现PYTHON下面的东西
Tofloor
poster avatar
assembly2012
deepin
2012-11-27 06:12
Author
print hello

print hello world.
Reply Favorite View the author
All Replies
FEI17
deepin
2012-11-27 23:36
#1
c:
printf("hello world");

c++:
cout<<"hello world";

java:
system.out.print("hello world");
Reply View the author
tuhaihe
deepin
2012-11-28 01:10
#2
Bash:

echo "Hello, world"

echo hello, world

Python 也可以这样写:

print('hello,world')

print 'hello,world'
Reply View the author
a287740928
deepin
2012-11-28 01:17
#3
vb:
debug.print "hello,world"
c++:
cout<<"hello,world!"<
Reply View the author
proudzhu
deepin
2012-11-28 02:48
#4
Reply View the author
cxbii
deepin
2012-11-28 02:56
#5
http://rosettacode.org/wiki/Hello_world
这个给跪啊.....
Reply View the author
cnchanghai
deepin
2012-11-28 23:47
#6
[quote]http://rosettacode.org/wiki/Hello_world
这个给跪啊.....[/quote]
完爆啊
Reply View the author