Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Trevor Cappallo
same_difference
Commits
f86fd440
Commit
f86fd440
authored
Jan 31, 2016
by
Trevor Cappallo
Browse files
don't clear on stealth
parent
80189a40
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
samediff.py
samediff.py
+3
-1
No files found.
samediff.py
View file @
f86fd440
...
...
@@ -21,8 +21,10 @@ class SameDifference(object):
self
.
answers
[
raw_input
(
'Player %d: '
%
n
).
upper
()]
=
None
def
do_round
(
self
):
os
.
system
(
'clear'
)
while
True
:
os
.
system
(
'clear'
)
if
not
self
.
stealth
:
os
.
system
(
'clear'
)
player
=
raw_input
(
'Player: '
).
upper
()
if
not
player
:
if
not
self
.
answers
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment