Activity for web moon

  • web moon web moon committed [8bdf9b] on Code

    starting adding is_cannot_move

  • web moon web moon committed [a20269] on Code

    slightly refactoring

  • web moon web moon posted a comment on a wiki page

    import os import sys def main() -> int: WORK_DIR_NAME = "arkanoid" WORK_DIR_PATH = os.path.join(os.getcwd(), WORK_DIR_NAME) print(''' Перевірки існування шляху {dir} '''.format(dir=WORK_DIR_NAME)) if os.path.exists(WORK_DIR_PATH): if os.path.isfile(WORK_DIR_PATH): print("Існує файл з іменем " + WORK_DIR_NAME + " Продовження неможливе") return 1 else: if os.listdir(WORK_DIR_PATH): print("Робочий каталог " + WORK_DIR_NAME + " не порожній. Продовження неможливе") return 1 else: try: os.mkdir(WORK_DIR_NAME)...

  • web moon web moon committed [7ed1aa] on Code

    Initial commit

  • web moon web moon committed [4aad7a] on Code

    initial commit

  • web moon web moon committed [ce6341] on Code

    Create Readme file

  • web moon web moon committed [35e86f] on Code

    add number years of experience

  • web moon web moon committed [f31ce3] on Code

    release

  • web moon web moon committed [dfb1b3] on Code

    add debugging print

  • web moon web moon committed [aa4ab0] on Code

    Initial commit

  • web moon web moon committed [0d1b64] on Code

    Change phone number to Lifecell

  • web moon web moon committed [8de010] on Code

    Initial commit

  • web moon web moon committed [9da2fe] on Code

    completed version after started at Novadigital

1
MongoDB Logo MongoDB