Post

@Python_Dv so its like you adding 1 to the number on the right and multiply it with the number on the left,
1+4=5
2+5=12 is actually 2 (5+1)=12
5+8= will be 5(8+1) = 45
English

@Python_Dv Return to school 🤦
2+5=7 not 12
3+6=9 not 21
So I understand better why Python developers are so bad ...
English

@Python_Dv 1+4 =5
2+5 =12
3+6 =21
5+8 =?
….
Logic is : (1*4)+1=5
(2*5)+2=12
(3*6)+3=21
5+8 =45 => (5*8)+5=45
English





























