Python语言基本教程1
>>> the_world_is_flat = 1>>> if the_world_is_flat:print("Be careful not to fall off!")Be careful not to fall off!
发布时间: 2013-04-12 18:33:12 作者: rapoo
Python语言基本教程1
>>> the_world_is_flat = 1>>> if the_world_is_flat:print("Be careful not to fall off!")Be careful not to fall off!