test-08.05.2026/main.py
Класс fb5673b2a5 first
2026-05-08 13:28:06 +03:00

17 lines
404 B
Python

# This is a sample Python script.
# Press Shift+F10 to execute it or replace it with your code.
# Press Double Shift to search everywhere for classes, files, tool windows, actions, and settings.
def to_binary(n: int)->str:
pass
# Press the green button in the gutter to run the script.
if __name__ == '__main__':
to_binary(12)
# See PyCharm help at https://www.jetbrains.com/help/pycharm/