Skip to content

Commit 2f0edf7

Browse files
committed
add solution to level 10
1 parent e745e30 commit 2f0edf7

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

PythonChallenge/PythonChallenge.pyproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<SchemaVersion>2.0</SchemaVersion>
66
<ProjectGuid>c9109357-7323-45c6-89bb-815d766f04c8</ProjectGuid>
77
<ProjectHome>.</ProjectHome>
8-
<StartupFile>level_9.py</StartupFile>
8+
<StartupFile>level_10.py</StartupFile>
99
<SearchPath>
1010
</SearchPath>
1111
<WorkingDirectory>.</WorkingDirectory>
@@ -28,6 +28,9 @@
2828
<Compile Include="level_1.py">
2929
<SubType>Code</SubType>
3030
</Compile>
31+
<Compile Include="level_10.py">
32+
<SubType>Code</SubType>
33+
</Compile>
3134
<Compile Include="level_2.py">
3235
<SubType>Code</SubType>
3336
</Compile>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ Level | Complete? | Name
7575
7 | Y | http://www.pythonchallenge.com/pc/def/oxygen.html
7676
8 | Y | http://www.pythonchallenge.com/pc/def/integrity.html
7777
9 | Y | http://www.pythonchallenge.com/pc/return/good.html
78-
10 | N | http://www.pythonchallenge.com/pc/return/bull.html
79-
11 | N |
78+
10 | Y | http://www.pythonchallenge.com/pc/return/bull.html
79+
11 | N | http://www.pythonchallenge.com/pc/return/5808.html
8080
12 | N |
8181
13 | N |
8282
14 | N |

0 commit comments

Comments
 (0)