python3 functions

发布时间:2019-09-27 07:13:18编辑:auto阅读(2235)

    print('strings',end='')

    input()

    len()

    str() int() float()

    True False

    and not or

    if elif else while break continue

    for i in range(first,end,number):

    def funName(agv):

    try:

    except:




关键字