程序员

python 条件,循环和其他语句

2015-10-25  本文已影响83人  森先生_wood

print 和 import的更多信息

赋值

条件语句

循环

执行和求值字符串中的python语句

1, exec
scope={} exec 'a=1' in scope
2, eval
scope={} eval (raw_input(enter an experssion:),scope)

上一篇 下一篇

猜你喜欢

热点阅读