Skip to content

Commit 3c0af90

Browse files
Add files via upload
1 parent 3fa14a7 commit 3c0af90

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

PythOS.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@
1414
print("PythOS - The new way to use Python.")
1515
ProcessorType = 1
1616
print("Running PythOS on AMD64")
17+
fname = ""
18+
sname = ""
1719
def login():
1820
print()
21+
global fname
22+
global sname
1923
fname = input("Type in your first name: ")
20-
return fname
2124
sname = input("Type in your surname: ")
22-
return sname
2325
print()
2426
print()
2527
def load(fname, sname):
@@ -37,6 +39,7 @@ def load(fname, sname):
3739
login()
3840
load()
3941
# Now PythOS has loaded, we can create the actual operating system. But, we need to make a loop so that you can type in a command and then type in a new one.
42+
4043
while ShutDown == False:
4144

4245
print()

0 commit comments

Comments
 (0)