Python 测验 – 函数

Python 测验 Python 测验

x = True
def printLine(text):
    print(text, 'Runoob')
printLine('Python')

Python 测验 - 函数

开始

Python 测验 Python 测验

计算机