inherit
93249
0
Aug 16, 2021 23:42:33 GMT -8
infestor1
.:.:.:.:.:.:.:.:.:.:.:.:.
3,056
November 2006
infestor1
|
Post by infestor1 on Dec 13, 2009 22:14:55 GMT -8
Hi, I'm a beginner in Python and I'm getting the basics down. So I wrote a very simple program (an exponent calculator, you enter the base and the exponent and it does it for you) with the input thing. But the way I've been using it so far is going in to Terminal (I'm on a Mac) and pasting the code stuff in. I want to make it into a .app so you don't have to paste in the stuff, and so it just shows the prompts, it doesn't show exponent = input("Enter the exponent: ") then another line that says "Enter the exponent:". I just want a line that says "Enter the Exponent:". So i want to make a real application out of it, I don't care if it has a GUI or anything. thanks.
|
|
inherit
91974
0
Dec 14, 2009 22:42:24 GMT -8
Tobias
20
November 2006
tobias104
|
Post by Tobias on Dec 13, 2009 22:49:56 GMT -8
|
|