A long time ago, I was working on an OS simulation in Python. I need help. Here is the code:
raw_input ("Enter your PySimp Username:")
raw_input ("Enter your PySimp Password:")
print ("Welcome to PySimp 2.0 Alpha 3!")
print ("Commands:")
print ("SysInfo Display's PySimp's Info.")
raw_input ("Enter a command:")
print ("PySimp 2.0 Alpha 3")
print ("Build code: pysimp_2030")
print ("Developer Release?: Yes")
print ("Server gives message: Error: Maximum test time reached.")
That's why I need help. xD
Offline
You uh, you're not retaining any of the variables.. what exactly are you trying to do?



Offline
Ace-Of-Hearts wrote:
You uh, you're not retaining any of the variables.. what exactly are you trying to do?
Simulate an OS. This is very basic Python programming, I know, I am better at making other things with Python...
Offline