Hi! If you want to use non-integer values like 1.5, you’ll probably want to use a type other than int
. Maybe try float
?
1 Like
Hi! If you want to use non-integer values like 1.5, you’ll probably want to use a type other than int
. Maybe try float
?