Twin Matrix
Member
Hi ho~
I have a variable problem.
a = 48
b = 91
c = (a/b)
p c
Prints returns 0?
So I'm thinking, maybe it can't do numbers between 0 and 1. Then I do:
c = ((a/b)*100)
p c
Still 0.
The heck? o_O
I have a variable problem.
a = 48
b = 91
c = (a/b)
p c
Prints returns 0?
So I'm thinking, maybe it can't do numbers between 0 and 1. Then I do:
c = ((a/b)*100)
p c
Still 0.
The heck? o_O