What do I feed it?
I believe it's a protaeitia cuprea. It got into my room and I want to keep it as a pet. I don't have access to any beetle jelly and you can't really get any in my country. Can I feed it fruit? And if so, which?
I believe it's a protaeitia cuprea. It got into my room and I want to keep it as a pet. I don't have access to any beetle jelly and you can't really get any in my country. Can I feed it fruit? And if so, which?
So my code works mostly fine. But when it asks you "New character or login: " and you say "New character" it says "check2 not defined". Here is the code:
#!/usr/bin/python3
print("Welcome")
print("-")
print("-")
print("-")
print("Loading...")
import time
time.sleep(1)
print("1...")
time.sleep(1)
print("2...")
time.sleep(3)
print("3...")
print("Loading complete!")
name = input("USERNAME: ")
print("-")
print("-")
print("-")
print(f"Welcome {name}")
age = input("AGE: ")
print("-")
print("-")
print("-")
height = input("HEIGHT: ")
print("-")
print("-")
print("-")
password = input("PASSWORD: ")
print(f"{name}")
print(f"{age}")
print (f"{height}")
answer =input("Is it correct: ")
if answer == "yes":
print("-")
print("-")
print("-")
print("Thanks!")
elif answer == "no":
print("ERROR:Restart program please")
print("Please wait...")
time.sleep(5)
print("Done!")
print("-")
print("-")
print("-")
answer2 = input("New user or login: ")
if answer2 == "New user":
name2 = input("USERNAME: ")
print("-")
print("-")
print("-")
age2 = input("AGE: ")
print("-")
print("-")
print("-")
height2 = input ("HEIGHT: ")
print("-")
print("-")
print("-")
password2 = input ("PASSWORD: ")
elif answer2 == "login":
check = input ("PASSWORD: ")
if check == password:
print(f"{name}")
print(f"{age}")
print (f"{height}")
elif check == password2:
print(f"{name2}")
print(f"{age2}")
print (f"{height2}")
input = check2("Login: ")
if check2 == password:
print(f"{name}")
print(f"{age}")
print (f"{height}")
elif check2 == password2:
print(f"{name2}")
print(f"{age2}")
print (f"{height2}")
I realized that the problem was I put in check2 = input, but now it shows this error Traceback (most recent call last): File "<main.py>", line 94, in <module> NameError: name 'check2' is not
So I am just getting into python and I am having problem with my script:
print("Welcome")
print("Loading...")
import time
time.sleep(1)
print("1...")
time.sleep(1)
print("2...")
time.sleep(3)
print("3...")
print("Loading complete!")
name = input("USERNAME: ")
print("-")
print("-")
print("-")
print(f"Welcome {name}")
age = input("AGE: ")
print("-")
print("-")
print("-")
print(f"{name}")
print(f"{age}")
answer =input("Is it correct: ")
if {answer} == "yes":
\# print("Thanks")
elif {answer} == "no":
\# print("Rerun program please.")
It's saying "syntx error" for {answer} on line 38
I want to identify these things I found. I can't tell are they juvinile fire salamanders or smooth newts. I found them in Bosnia in a small forest creek. Whatever they are it's extremely good for animal diversity in my area because of how rare both species have become.
I think they are juvinile smooth amphibian, I found them in a small forest creek in Bosnia. It is extremely good news for my area because there were so many in this creek, and they are incredibly rare in my area.