Import python file to Jupyter Notebook

前端 未结 0 1308
你的背包
你的背包 2020-12-02 15:39

As a python file with the extension .py, has the code in lines like that

import requests
import hashlib

x=10
y=20
w=30

z=x+y

print(z)

As y

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