Posts by YagoFdev • 39 points
2 posts
-
0
votes2
answers737
viewsQ: Restarting a Python script with Input
I have the following program below in Python with 2 functions, one to convert real in dollars according to the quotation, and one to convert dollars to real also according to the quotation, plus a…
-
1
votes3
answers132
viewsQ: Merge 2 Programs - Python (3)
I created 2 programs separately to convert Real to Dollars and another to convert Dollars into Real, what I would like to do is create a kind of menu or input, where it would be written: "Type 1 to…