Discuss / Python / bh打卡day5

bh打卡day5

路由跳变

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

L = ['Bart', 'Lisa', 'Adam']

    print(f"Hello, {l}!") 

    print('Hello,%s!'% l)


  • 1

Reply