You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Last Command Line input
PS C:\Users\rocco\google drive\NASA\programs> python role_select.py
What is your name? (0 to quit): roc
Enter your top 6 positions in order starting from your faorite. #1 Project Manager #2 Deputy PM
#3 Lead Engi
#4 Lead Sci
#5 Lead Admin
#6 Engi
#7 Sci
#8 Admin
Choice : 1
Position #: 1
Choice : 2
Position #: 1
Choice : 3
Position #: 1
Choice : 4
Position #: 1
Choice : 5
Position #: 1
Choice : 6
Position #: 1
What is your name? (0 to quit): 0
Traceback (most recent call last):
File "role_select.py", line 160, in
if temp.topSix[z] == x:
NameError: name 'temp' is not defined
PS C:\Users\rocco\google drive\NASA\programs>
The text was updated successfully, but these errors were encountered:
Last Command Line input
PS C:\Users\rocco\google drive\NASA\programs> python role_select.py
What is your name? (0 to quit): roc
Enter your top 6 positions in order starting from your faorite.
#1 Project Manager
#2 Deputy PM
#3 Lead Engi
#4 Lead Sci
#5 Lead Admin
#6 Engi
#7 Sci
#8 Admin
Choice : 1
Position #: 1
Choice : 2
Position #: 1
Choice : 3
Position #: 1
Choice : 4
Position #: 1
Choice : 5
Position #: 1
Choice : 6
Position #: 1
What is your name? (0 to quit): 0
Traceback (most recent call last):
File "role_select.py", line 160, in
if temp.topSix[z] == x:
NameError: name 'temp' is not defined
PS C:\Users\rocco\google drive\NASA\programs>
The text was updated successfully, but these errors were encountered: