Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python casting float to int

float1=1.2345
int1=int(float1)
 
PREVIOUS NEXT
Tagged: #python #casting #float #int
ADD COMMENT
Topic
Name
8+1 =