Discuss / Python / 有没有办法在里面插入换行符?

有没有办法在里面插入换行符?

Topic source

#打印'google'

print(L[0][1])

#打印'python'

print(L[1][1])

#打印'lisa'

print(L[2][2])


  • 1

Reply