美文网首页
python基础-__name__

python基础-__name__

作者: ___Kevin | 来源:发表于2018-02-28 15:09 被阅读0次

    encoding=utf-8

    name

    if name=="main":
    #功能自测代码
    print(name+" test.")
    else:
    #外部引入后执行代码
    print(name+" imported sucessfully.")

    相关文章

      网友评论

          本文标题:python基础-__name__

          本文链接:https://www.haomeiwen.com/subject/bmobxftx.html