📜  get_int python 代码示例

📅  最后修改于: 2022-03-11 14:46:43.075000             🧑  作者: Mango

代码示例1
#In python, if you want to use a function from an imported library, you have to somehow tell Python that you are going to get that function from which library.
import cs50 as cs
h= cs.get_int()