This website works better with JavaScript.
Home
Explore
Help
Sign In
nekocentral
/
Programmeren
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Activity
Browse Source
Add assignments
master
Marcel Haazen
5 years ago
parent
0b3aad3bfb
commit
e2338ac639
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
les 6/6-2.py
+ 1
- 1
les 6/6-2.py
View File
@ -13,4 +13,4 @@
file
=
open
(
"
kaartnummers.txt
"
,
"
r
"
)
for
line
in
file
:
fields
=
line
.
split
(
"
,
"
)
print
(
fields
[
1
]
+
"
Heeft kaartnummer:
"
+
fields
[
0
]
)
print
(
fields
[
1
]
,
"
Heeft kaartnummer:
"
,
fields
[
0
]
)
Write
Preview
Loading…
Cancel
Save