Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

get_int python

#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()
Source by cs50.stackexchange.com #
 
PREVIOUS NEXT
Tagged: #python
ADD COMMENT
Topic
Name
6+2 =