My First Program Help! 09-29-2015, 09:52 PM
#1
So hi i was just wondering if its possible as i want to make a program where if the Input from the user was A then the screen clears and you can put whatever you want in it and save it this is what i have so far
#My random tool
thanks in advanced!
#My random tool
Code:
print " "
print "Welcome Nerd\n"
def login():
usr = raw_input("Username: ")
passw = raw_input("Password: ")
if usr == "slither" and passw == "test":
print "Success! You Have Logged In!"
else:
print "Login Failed Please Try Again!"
login()
print ""
print "Type --help For Commands"
print ""
def whatNext():
next = raw_input("slither> ")
if next == "--help":
print " Use Can Use These Commands\n A For Inserting Text\n B For Inserting Files\n And C For Updates"
elif next == "A":
print "Need Help here!" # i dont know what to do next!
whatNext()thanks in advanced!


![[+]](https://sinister.li/images/modern/collapse_collapsed.png)














