How to get multiple True/False answer lines in Jupyter Notebook?

前端 未结 0 948
执念已碎
执念已碎 2021-02-10 00:25

A cell with 3 lines, like this:

print(1)

print(2)

print(3)

returns:

1

2

3

and a cell with 4 lines, like this:

a =

相关标签:
回答
  • 消灭零回复
提交回复
热议问题