Hello world!
本帖最后由 hveagle 于 2022-10-19 19:41 编辑I级
'Hello world!'
II级
print('Hello world!')
III级
chengdu = 'Hello world!'
print(chengdu)
IV级
def chengdu():
print('Hello world!')
chengdu()
V级
def chengdu(x):
print(x)
chengdu('Hello world!')
下面的级别请回复查看
**** Hidden Message ***** Hello world! d Hello world!
我猜是用类来打印{:10_256:}{:10_256:} 康康 {:10_323:} look look funny =
print() hello,world
import tensorflow as tf
hello = tf.constant("Hello world!")
sess = tf.Session()
h = sess.run(hello)
print(h.decode()) 临时号 发表于 2022-10-6 15:31
Ascii 102 Hello chengdu hello world
看看 盲猜class 看看 我是2级,我是几级 {:10_277:}
Hello world!
页:
[1]