Posts by Johnatan Licar • 51 points
3 posts
-
-1
votes1
answer22
viewsA: Typeerror: not all Arguments converted During string formatting (what should I do?)
you forgot to put a % in the last print after the dollar ( R$ ) your code is so: print('salário liquido: R$6.2f'%salliquido) and the right thing would be: print('salário liquido:…
pythonanswered Johnatan Licar 51 -
0
votes2
answers470
viewsA: read the elements of an input matrix
friend I believe that is your answer, but can give an improved conditions putting in a function! print('ATENÇÃO: ') print('Insira 0 nas posições vazias do tabuleiro;') print('Insira 1 nas posições…
-
2
votes1
answer3190
viewsQ: Open MDI form and close one when opening another?
My question is, how do I open a form on an MDI and after opening another the previous one closes or simply MDI. I know this is not the right but it will give to understand what I want! Form Consulta…
c#asked Johnatan Licar 51