Commit 62973a00 by Patryk Czarnik

emps_nieobiektowo - początek

parent 9f2dee5b
# Cel: wypisać na ekran informacje o wszystkich pracownikach z pliku
# np. w formie "Steven King (President) zarabia 24000"
with open('emps.csv', mode='r', encoding='utf-8') as plik:
for linia in plik:
print(linia)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment