Discuss / Python / 逃课

逃课

Topic source

N.X.

#1 Created at ... [Delete] [Delete and Lock User]

L = [

    ['Apple', 'Google', 'Microsoft'],

    ['Java', 'Python', 'Ruby', 'PHP'],

    ['Adam', 'Bart', 'Lisa']

]

# 打印Apple:

print('Apple')

# 打印Python:

print('Python')

# 打印Lisa:

print('Lisa')

老师:请你滚出去。

苏白

#2 Created at ... [Delete] [Delete and Lock User]

笑死


  • 1

Reply