tsana
@tsana
Let me know if you wanna join my team at the comments
copy and paste the link then click on enter
SeamusDonahue lemme get this straight, you made an entire repl to print a link to a site that warns you about being below 18.....2 years ago
FloCal35 Try making the goal bigger and adding the letters to their cooresponding spots
> But good game3 years ago
I am a young and not so good at coding,so if you have any comments about the code pls right them
Python
Zekka Hey! Some minor notes:
Consider removing the line that goes if 1 == 1:
Consider that the else statement on line 15 can never be reached. It can be removed! (Line 12 can be written "else" -- if the condition on line 10 is False, the condition on line 12 is always true, so there is no difference.)
Consider that line 16 and line 12 have the same condition, so line 17 could be added to the same block as line 13.
Otherwise, this is really fine!
(One other note: Some people will not want the progra3 years ago
Why doesn't this thing work?
CoolJames1610 Bro ur indents are all messed up. Use TAB to indent or SPACEBAR but they all have to be consistent.
pc = input()
if pc == 'a':
print(a2)
print(b2)
print(c2)
aha = 1
if rn == aha:
print("Miss")
else:
print("Goal")
Python doesn't care how you indent only that they are all the same. In this example, I used an indent of ONE using the SPACEBAR. You can also do the same :)
Hope this helped :D
> Please mark my answer if this helped!3 years ago
finlay44111 File "main.py", line 52
if rn == aha:
^
IndentationError: unindent does not match any outer indentation level
`3 years ago
Lucatiela There is no script which can help you to save the money, if you don't have them, ha-ha. Seriously talking, this is not a bad idea. When you keep the track of the money which you spend, you have a clearer idea in your head what's going on, can organize better on what you can spend them, which are the most important things to spend on, and so on. These are so basic lessons, but during my retirement a pensions advisor from https://www.hensoncrisp.com/, helped to have a better understanding of how I2 years ago
DynamicSquid Do you know what doesn't help manage my money? Your profile pick giving me a seizure :)3 years ago
This my first try to create a ATM and also if u press 3 it shows your money upvote for a better version
username=Banana
PIN=1234 What should my next p
Python
ChezTacoz Your money is:
1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000009
I'M RICH!!!!!!!!!3 years ago
CodingCactus the easy way is to just time by 1.6 in your head rather than going on repl.it and trying to find your post, lol3 years ago
Aqtion Cool, maybe you could add the customary system too like ask the user, customary or metric, i think that would be super nice. other than that awesome!3 years ago
Aqtion I really like the idea, but there seems to be something wrong with the calculation aspect. For testing purposes, I put 3 as my height and 102 as my weight, but the program said I was not overweight, and my bmi was 11. Again, it was probably just a typo or some miscalc in the code, otherwise awesome program!3 years ago
First of all, I am beginner and please exscuse my English ,because I am not a native speaker.Also please leave an upvote
Python