Note: Sets are unordered, so you cannot be sure in which order the items will appear. Unordered means that the items in a set do not have a defined order. Set items can appear in a different order every time you use them, and cannot be referred to by index or key. There are four collection data types in the Python programming language: - List is a collection which is ordered and changeable. Allows duplicate members. - Tuple is a collection which is ordered and unchangeable. Allows duplicate members. - Set is a collection which is unordered and unindexed. No duplicate members. - Dictionary is a collection which is ordered* and changeable. No duplicate members. Wszystko z w3schools.
świetne filmiki bardzo dokładnie wyjaśnione wszystko dzięki bardzo za czas jaki poświęcasz na robienie tego powiedz mi czy znasz jakąś stronkę gdzie można znaleźć jakieś zadania do zrobienia coby poćwiczyć pisanie samemu czegoś?
Nie, to jest do petli for, do for w nawiasach (), czyli w funkcjach itp. Ogolnie przez in zadaje sie pytanie: Czy - jest W -? i odpowiedz to: True albo False
BArdzo fajny kurs, pierwszy raz spotkalem sie z takimi operacjami na setach :)
Super film, lecę dalej!
Super
Przyjemnie sie słucha :)
Fajne. Uwagi: & to iloczyn zbiorów, ^ to różnica gdzie odjemną jest suma, a odjemnikiem iloczyn zbiorów.
Zapraszam do skorzystania z pełnej "ścieżki programisty Python":
strefakursow.pl/sciezki_kariery/python_developer.html?ref=87991
Świetny kurs. Dzięki.
W jaki sposób pobierać dane jesli:
program głowny mam w pliku main.py, a dane zawarte są w drugim pliku dat.py np:
main.py
print (a)
dat.py
a=1
Dla osób które się zastanawiają nad tym.
main.py
import dat
print(dat.a)
dat.py
a = 1
@@polandnoob Dzięki
Ktoś umie wytłumaczyć dlaczego lista „słowa” przekształcona na set wyświetla sie na konsoli za każdym razem w losowej kolejności?
Note: Sets are unordered, so you cannot be sure in which order the items will appear.
Unordered means that the items in a set do not have a defined order.
Set items can appear in a different order every time you use them, and cannot be referred to by index or key.
There are four collection data types in the Python programming language:
- List is a collection which is ordered and changeable. Allows duplicate members.
- Tuple is a collection which is ordered and unchangeable. Allows duplicate members.
- Set is a collection which is unordered and unindexed. No duplicate members.
- Dictionary is a collection which is ordered* and changeable. No duplicate members.
Wszystko z w3schools.
Dzieki
świetne filmiki bardzo dokładnie wyjaśnione wszystko dzięki bardzo za czas jaki poświęcasz na robienie tego powiedz mi czy znasz jakąś stronkę gdzie można znaleźć jakieś zadania do zrobienia coby poćwiczyć pisanie samemu czegoś?
Na python.org w języku angielskim np.
Świetne
Czy in używa się tylko w secie
Nie
Nie, to jest do petli for, do for w nawiasach (), czyli w funkcjach itp.
Ogolnie przez in zadaje sie pytanie:
Czy - jest W -?
i odpowiedz to: True albo False
A gdzie operacja zawierania się oraz inne brawo
Dzięki! \..O_O../