@googlefactss · Post #40526 · 11.01.2026 г., 23:01
It takes Jupiter 12 earth years to revolve around the Sun. Earth takes 365 days. @googlefactss#planets
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
Пребарај: #planets
@googlefactss · Post #40526 · 11.01.2026 г., 23:01
It takes Jupiter 12 earth years to revolve around the Sun. Earth takes 365 days. @googlefactss#planets
Hashtags
@googlefactss · Post #39919 · 12.10.2025 г., 07:16
Pluto spins in the opposite direction as Earth, which means the sun rises in the west and sets in the east. Only Venus, Uranus, and Pluto have a retrograde rotation. @googlefactss#planets
Hashtags
@astronomic · Post #3253 · 26.08.2023 г., 08:39
#planets @Astronomic
Hashtags
@googlefactss · Post #40334 · 15.12.2025 г., 19:04
Jupiter has the shortest day of all planets in our solar system, completing a rotation on its axis every 9 hours and 55 minutes, which results in a slightly flattened, oblate shape. @googlefactss#planets#space
@earth_climate_tech · Post #282 · 03.05.2023 г., 17:39
Психея летит исследовать астероид Психея (16 Psyche) Космическое агенство уже 12 лет готовит миссию по исследованию мателлического астероида Psyche (Психея) и, кажется, в этом году полет (вероятно в Октябре) состоится. Название миссии совпадает с названием астероида. Психея это астероид шириной 226 километров где-то между Марсом и Юпитером (в поясе астероидов). Некоторые думают, что Психея почти полностью состоит из металлов (в основном железа и никеля) и даже, оценивали стоимость Психеи в $700 квинтиллионов🤑. Но некоторые ученые, после нескольких проведенных экспериментов, рассуждают намного приземленнее, делая поправку на возможную пористость и большую долю вулканических пород. Это все как раз и предстоит выяснить! Несколько фактов о миссии: 🚀 Психея, вероятно, часть ядра плантезималя - основного составного блока планет в период их образования. Исследовав его можно узнать много нового о создании последних. 🚀 Психея первый претендент на разведку и добычу металлов на астеродах 🚀 Космичесий аппарат Психея проводет гравиразведку для понимания внутреннего строения астероида 🚀 Гамма и нейтронные спеткрометры помогут количественно выявить химические элементы 🚀 Мультиспектральный сенсор расскажет многое о геологии, составе и топографии астероида Более подробно в трейлере. Астероид майнинг! #planets#mining
@blackwallp · Post #69264 · 29.04.2026 г., 15:00
#планеты#planets 🎥Videowallpaper |😀Emoji |🎼Ringtone
@blackwallp · Post #68881 · 21.04.2026 г., 05:35
#планеты#planets 🎥Videowallpaper |😀Emoji |🎼Ringtone
@blackwallp · Post #68065 · 03.04.2026 г., 05:37
#планеты#planets 🎥Videowallpaper |😀Emoji |🎼Ringtone
@googlefactss · Post #40080 · 13.11.2025 г., 15:01
Depending on when you ask, the answer to “which planet is closer?” can be Mercury, Venus, or Mars — their orbital positions change distance over time. ✨️ [Source] @googlefactss #space#planets#didyouknow
Hashtags
@interesting_planet_facts · Post #1398 · 13.05.2026 г., 12:11
🌎 Saturn is famous for its bright rings, but these rings are mostly made of tiny bits of ice and rock, ranging from dust-sized grains to pieces several meters across. Scientists estimate the rings are relatively young—no more than 400 million years old. ✨ #space⚡#planets⚡#astronomy 👉subscribe Interesting Planet 👉more Channels
Hashtags
@interesting_planet_facts · Post #1291 · 13.02.2026 г., 22:11
🌎 Some planets in our Solar System have extreme day lengths. Venus rotates so slowly that a single day there lasts 243 Earth days, making its day longer than its year. Mercury also has unusual days—one day-night cycle equals 176 Earth days. ✨ #planets⚡#astronomy⚡#space 👉subscribe Interesting Planet 👉more Channels
Hashtags
@interesting_planet_facts · Post #1044 · 16.11.2025 г., 18:11
🌎 Jupiter’s moon Ganymede is the largest moon in the Solar System, even bigger than Mercury. Ganymede has its own magnetic field, a feature unique among moons. ✨ #planets⚡#astronomy⚡#space 👉subscribe Interesting Planet 👉more Channels
Hashtags