NISHoriginal
@NISHoriginal
0
You have come from the village to ManiaTown, in hopes to get rich. You must earn and spend money, and must become the RICHEST MAN OF MANIATOWN!! There
Python
Meet Dexter, a smart calculator whom you can talk to! You can make him do simple mathematical operations and also exponents. He can also crack you up
Python
focat I like the concept, but it really isn't a program if there is an error.
image
You added two indents.
It is like that after line 74.
Yeah, not sure why you did that.2 years ago
Meet Dexter, a smart assistant calculator whom you can actually talk to! You can ask your question in sentence form, it interprets the question and gi
Python
Hello There! This is a budget calculator which takes in your expenses and budget and gives you analysis on how well you spent your money. Thanks to @C
Python
This is a budget calculator which inputs your budget, your expense and gives you a report. HOPE YOU LIKE IT!! :D Thanks to @Coder100 for helping me
Python
Hi! I want to make this budget calculator which inputs the expenditures, your budget and shows you your top expenses and how much percent of your budg
Python
Coder100 Well, it stopped because it isn't in a loop (line 21-75). See what happens if you entered an invalid number...
Anyways, here's a quick fix:
while True:
if opt == 1:
def insExp():
global expense
exp = ut.validateVal(input("Enter amount: "))
reason = str(input("Enter expense type (Eg. Food, Electricity bills, etc.): "))
ut.line()
expelt = [exp, reason]
expense.append(expelt)
while True:
if len2 years ago
This code is a personality test which analyzes your answers and tells you what animal you are, based on a personality. This code is based on BuzzMoy's
Python
Hello There! This is the update of the previous version of my username generator. Now the code is shorter, and also includes colours! I hope you like
Python
Bookie0 Screen Shot 2020-09-08 at 9.33.32 AM
i press enter but it doesnt give me another one?
also a suggestion: make different colors for each "word" in the username ;)3 years ago
Hello There! I am new to Python so I hope you like my new project. This is a randomized username generator with many themes, ranging from Marvel to GO
Python