fork download
  1. import pymsgbox
  2.  
  3. strValor = pymsgbox.prompt('Digite o valor depositado:')
  4.  
  5. valorFinal = strValor + (strValor / 100 * 0.7)
  6.  
  7. pymsgbox.confirm("Parabéns, agora o novo valor é", strValor)# your code goes here
Runtime error #stdin #stdout #stderr 0.01s 9008KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "prog.py", line 1, in <module>
ImportError: No module named pymsgbox