@sgmrt · Post #2497 · 16.09.2025 г., 16:54
[EWL] UPDATE: Our station staff are assisting the last bridging bus passengers to transfer to the last train at #TanahMerah towards #PasirRis station. - SMRT
Hashtags
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #418 · 9 мар.
Оператор pipe позволяет писать более компактный код, реализуя логику объединения данных (Union). Важно помнить, что его поведение зависит от контекста. Побитовые операции (логическое OR) result = 5 | 3 # 5 (0101) | 3 (0011) = 7 (0111) Самое главное - не путать с оператором or, это другое! Объединение множеств set_a = {1, 2, 3} set_b = {3, 4, 5} set_c = set_a | set_b # {1, 2, 3, 4, 5} set_c |= {5, 6} # {1, 2, 3, 4, 5, 6} Слияние словарей dict_1 = {"a": 1, "b": 2} dict_2 = {"b": 3, "c": 4} merged = dict_1 | dict_2 # {'a': 1, 'b': 3, 'c': 4} merged |= {"d": 5} # {'a': 1, 'b': 3, 'c': 4, 'd': 5} Аннотации типов, заменяет Union def process_data(value: int | str) -> None: print(value) Допустимо использовать в isinstance или issubclass isinstance(3, int | float) # True Паттерн-матчинг status_code = 404 match status_code: case 200 | 201 | 204: print("OK") case 400 | 404 | 500: print("ERROR") Для использования в своих классах требуется переопределить метод __or__ Так же нашел библиотеку pipe которая добавляет еще много возможностей. Рекомендую ознакомиться ;) #basic
Hashtags
Пребарај: #tanahmerah
@sgmrt · Post #2497 · 16.09.2025 г., 16:54
[EWL] UPDATE: Our station staff are assisting the last bridging bus passengers to transfer to the last train at #TanahMerah towards #PasirRis station. - SMRT
Hashtags
@sgmrt · Post #2495 · 16.09.2025 г., 16:19
[EWL] UPDATE: If you are affected by the train services between #Aljunied and #TanahMerah, please follow the yellow coloured directional signages to the bus boarding points for free regular and bridging bus services. For further assistance, kindly approach our station staff. - SMRT
Hashtags
@sgmrt · Post #2493 · 16.09.2025 г., 15:19
[EWL] UPDATE: Due to a signalling fault, there is no train svc btwn #Aljunied and #TanahMerah. Free regular bus & free bridging bus svcs btwn #Aljunied and #TanahMerah. Passengers are advised to take Thomson-East Coast Line, Circle Line, and Downtown Line to continue their - SMRT
Hashtags
@sgmrt · Post #2492 · 16.09.2025 г., 15:14
[EWL] UPDATE: Due to a signalling fault, there is no train svc btwn #Aljunied and #TanahMerah. Free regular bus & free bridging bus svcs btwn #Aljunied and #TanahMerah. https://t.co/PC7skmtGP5 - SMRT
Hashtags
@sgmrt · Post #2491 · 16.09.2025 г., 15:04
[EWL]: Due to a signalling fault, pls add 20mins train travel time btwn #Aljunied and #TanahMerah. Free regular bus svcs btwn #Aljunied and #TanahMerah. Our station staff will assist. https://t.co/eHBCU8Ao2P - SMRT
Hashtags
@sgmrt · Post #1417 · 13.02.2022 г., 22:06
[EWL]: Due to a signaling fault, pls add 20mins train travel time from #TanahMerah to #Aljunied towards #TuasLink. Free regular bus svcs between #TanahMerah and #Aljunied. - SMRT
Hashtags
@sgmrt · Post #2494 · 16.09.2025 г., 15:34
[EWL] UPDATE: Due to a signalling fault, there is no train svc btwn #Aljunied and #TanahMerah. Free regular bus & free bridging bus svcs btwn #Aljunied and #TanahMerah. Passengers travelling to #PasirRis and #ChangiAirport are advised to take Downtown Line at Bugis. - SMRT