omni icon indicating copy to clipboard operation
omni copied to clipboard

Rework some of the init variables types

Open vitreo12 opened this issue 3 years ago • 0 comments

a int = 1 
b = a  #When assigning from another variable: should this be an int too? Right now it will be float(a)

vitreo12 avatar Sep 13 '20 18:09 vitreo12