mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +07:00
GitOrigin-RevId: 6f76a929da4bde150339ab924f4e84f91d70d8a3
8 lines
296 B
Python
8 lines
296 B
Python
star_names = {"Sirius", "Betelgeuse", "Polaris", "Vega", "Arcturus", "Aldebaran"}
|
|
|
|
|
|
def fooooooo():
|
|
star_names = {"Sirius", "Betelgeuse", "Polaris", "Vega", "Arcturus", "Aldebaran"}
|
|
|
|
def baaaaaar():
|
|
star_names = {"Sirius", "Betelgeuse", "Polaris", "Vega", "Arcturus", "Aldebaran"} |