# 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/