mirror of
https://github.com/correl/euler.git
synced 2025-03-13 09:19:51 -09:00
Modified 054
git-svn-id: file:///srv/svn/euler@18 e5f4c3ec-3c0c-11df-b522-21efaa4426b5
This commit is contained in:
parent
628861e107
commit
127c09387d
1 changed files with 2 additions and 2 deletions
4
054.py
4
054.py
|
@ -1,9 +1,9 @@
|
|||
import poker
|
||||
from p054 import poker
|
||||
|
||||
if __name__ == '__main__':
|
||||
wins = 0
|
||||
counter = 0
|
||||
with open('poker.txt', 'r') as f:
|
||||
with open('p054/poker.txt', 'r') as f:
|
||||
while True:
|
||||
line = f.readline()
|
||||
if not line:
|
||||
|
|
Loading…
Add table
Reference in a new issue