Message from Python discussions

December 2018

— Look up python datetime formatting

— 

Ur def __str__ should do the trick, just use some python logic to show less number of words in ur return value

— Hello, how to code if i have;

0.35 = 100%
0.70 = 20%
0.50 = ?

— This doesn't look normal.

— Do I have to add one more variable to know the percentage of 0.50?

— No, you have to define your own math

— Example, please

— 0.70 = x*2 = 200% / 10% = 20%
0.50 = (x*2)-0.20 = (200%/10%)-0.20 = 20% - 0.20

i have problem again on 0.50 = 20% - 0.20

Message permanent page

— 0.20 = % ?

— What's your equation?

— No, just implemented something. So wanted to share

— Ignored🥺