Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

a int and float python

a_int = 24 
#this is a int

a_float = 3.2883
#this is a float. you can see that it has a difference. it has a . :)
Source by coders911.org #
 
PREVIOUS NEXT
Tagged: #int #float #python
ADD COMMENT
Topic
Name
9+4 =