美文网首页
Python入坑第一天(三)

Python入坑第一天(三)

作者: leehuan | 来源:发表于2016-04-24 18:08 被阅读0次

    输入和输出

    输入:input()

    输出:print()

    if语句

    if 条件:

            语句1

    else:

            语句2

    and or not 

    and 类似与

    or 类似或

    not 类似非

    相关文章

      网友评论

          本文标题:Python入坑第一天(三)

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