Zmiana D-Task
This commit is contained in:
parent
078f633165
commit
99d7880460
@ -10,4 +10,4 @@ for line in sys.stdin:
|
|||||||
|
|
||||||
|
|
||||||
if found_lines:
|
if found_lines:
|
||||||
print('\n'.join(found_lines), end='')
|
print('\n'.join(found_lines))
|
@ -1,2 +1,2 @@
|
|||||||
Here comes Hamlet
|
Here comes Hamlet
|
||||||
Hamlet Hamlet again
|
Hamlet Hamlet again
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
Here comes Hamlet
|
Here comes Hamlet
|
||||||
ABC
|
ABC
|
||||||
Hamlet Hamlet again
|
Hamlet Hamlet again
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
Here comes Hamlet
|
Here comes Hamlet
|
||||||
Hamlet Hamlet again
|
Hamlet Hamlet again
|
||||||
|
@ -9,5 +9,5 @@ for line in sys.stdin:
|
|||||||
|
|
||||||
|
|
||||||
if found_lines:
|
if found_lines:
|
||||||
print('\n'.join(found_lines), end='')
|
print('\n'.join(found_lines))
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
Pies ma Ale
|
Pies ma Alę
|
||||||
Kot i pies to zwierzeta
|
Kot i pies to zwierzęta
|
||||||
pies
|
pies
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Pies ma Ale
|
Pies ma Alę
|
||||||
Ala ma psa
|
Ala ma psa
|
||||||
tu nic nie ma
|
tu nic nie ma
|
||||||
Kot i pies to zwierzeta
|
Kot i pies to zwierzęta
|
||||||
pies
|
pies
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
Pies ma Ale
|
Pies ma Alę
|
||||||
Kot i pies to zwierzeta
|
Kot i pies to zwierzęta
|
||||||
pies
|
pies
|
||||||
|
@ -10,5 +10,5 @@ for line in sys.stdin:
|
|||||||
|
|
||||||
|
|
||||||
if found_lines:
|
if found_lines:
|
||||||
print('\n'.join(found_lines), end='')
|
print('\n'.join(found_lines))
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
Kiedys byl 1934 r.
|
Kiedyś był 1934 r.
|
||||||
Kiedys byl 1934 r.fsdfsdfsdf
|
Kiedyś był 1934 r.fsdfsdfsdf
|
||||||
1934 r. to jakas data
|
1934 r. to jakaś data
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Kiedys byl 1934 r.
|
Kiedyś był 1934 r.
|
||||||
Kiedys byl 1934 r.fsdfsdfsdf
|
Kiedyś był 1934 r.fsdfsdfsdf
|
||||||
Kiedys byl 1935 rok
|
Kiedyś był 1935 rok
|
||||||
1934 r. to jakas data
|
1934 r. to jakaś data
|
||||||
1934 to tez jakas data
|
1934 to też jakaś data
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
Kiedys byl 1934 r.
|
Kiedyś był 1934 r.
|
||||||
Kiedys byl 1934 r.fsdfsdfsdf
|
Kiedyś był 1934 r.fsdfsdfsdf
|
||||||
1934 r. to jakas data
|
1934 r. to jakaś data
|
||||||
|
@ -18,4 +18,4 @@ for line in sys.stdin:
|
|||||||
if digit_groups:
|
if digit_groups:
|
||||||
processed_lines.append(' '.join(digit_groups))
|
processed_lines.append(' '.join(digit_groups))
|
||||||
|
|
||||||
print('\n'.join(processed_lines), end='')
|
print('\n'.join(processed_lines))
|
@ -1,4 +1,4 @@
|
|||||||
34234 34 5
|
34234 34 5
|
||||||
34535
|
34535
|
||||||
34
|
34
|
||||||
1992 1999
|
1992 1999
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
34234 34 dfd gfd 5
|
34234 34 dfd gfd 5
|
||||||
34535
|
34535
|
||||||
fsdflskfjsdflk
|
fsdflskfjsdflk
|
||||||
fsdkfj sdf34fdfd
|
fsdkfj sdf34fdfd
|
||||||
The company was established in 1992 from the merger of Authorware, Inc. (creators of the Authorware package) and MacroMind-Paracomp (producer of Macromind Director). In 1999, Macromedia purchased Allaire and its bi
|
Firma powstała w 1992 r., z połączenia Authorware, Inc. (twórców pakietu Authorware) i MacroMind-Paracomp (producenta Macromind Director). W 1999 r. Macromedia zakupiła firmę Allaire i jej bi
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
34234 34 5
|
34234 34 5
|
||||||
34535
|
34535
|
||||||
34
|
34
|
||||||
1992 1999
|
1992 1999
|
||||||
|
Loading…
Reference in New Issue
Block a user