Contacts
- Telegram: @ZoeHange
- Discord: Hange Zoe#0230
Summary
Junior front-end developer with no work experience, but with a great desire to learn. I like the philosophy of open source projects.
Skills
- Basic HTML/CSS
- Basic JavaScript
- Basic Python, Bash
Languages
English: A2 (Pre-intermediate)
Education
- Python Programming (Bioinformatics Institute) - 2020
- Version Control with Git (Atlassian) - 2021
- Open Source Software Development, Linux and Git (The Linux Foundation) - 2021
- JavaScript/Front-end (RS School) - in progress
Code examples
num = int(input())
for i in range(num // 2 + 1):
for j in range(i + 1):
print('*', end='')
print()
for i in range(num // 2):
print('*' * (num // 2 - i))