Created
December 7, 2024 08:03
-
-
Save Helen460/39ec668efb931fd899092d0404a76f2b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Завдання № 1 | |
print("To be\n\n\tor not\n\n\t\tto be...\n\n\t\t\t\\ William Shakespeare \\") | |
# Завдання № 2 | |
print("\n ГРУДЕНЬ 2024") | |
print("ПН ВТ СР ЧТ ПТ СБ НД") | |
print(" 1") | |
print(" 2 3 4 5 6 7 8") | |
print(" 9 10 11 12 13 14 15") | |
print("16 17 18 19 20 21 22") | |
print("23 24 25 26 27 28 29") | |
print("30 31") | |
# Завдання № 3 | |
print("\n\t _|") | |
print("\t _|_") | |
print("\t(___)") | |
print("\t/ \\") | |
print(" / \\") | |
print(" / (+) \\") | |
print(" /_________\\") | |
print(" | |") | |
print(" | __ | ___") | |
print(" | | | |--------| |---------|") | |
print(" | |* | |--------| * |---------|") | |
print(" |____|__|___|--------|___|---------|") | |
# Завдання № 4 | |
print("\n РЕЗЮМЕ") | |
print("ОЛЕНА СЕРДЮК") | |
print(" інженер") | |
print("\nОСОБИСТІ ДАНІ:") | |
print("Вік - 28 років") | |
print("Місце проживання: м.Харків") | |
print("Телефон: 0993554247") | |
print("Електронна пошта: [email protected]") | |
print("\nОСВІТА:2024-Харківський національний університет міського господарства імені О.М. Бекетова. Спеціальність - інженер") | |
print("\nТРЕНІНГИ ТА КУРСИ: 2024-2026 - Програмування - Академія ITSTEP") | |
print("\nМОВИ: українська, англійська") | |
print("\nДОСВІД РОБОТИ: 2019-2021 - ТОВ УКРТЕХІНВЕНТ - інженер; 2021-т.ч - КП БТІ - інженер") | |
print("\nТЕХНІЧНІ НАВИЧКИ: впевнений користувач ПК, добре володіння MS Office (Excel, Power Point, Word) та програмним забезпеченням AutoCAD") | |
print("\nОСОБИСТІ НАВИЧКИ: відповідальність, здатність ясно комунікувати та вміння слухати, чесність, вміння мислити критично, стресостійкість, бажання розвиватися") | |
print("\nІНТЕРЕСИ: подорожі, природа, тварини") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment