diff --git a/Chyper/__init__.py b/Chyper/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Chyper/task1 b/Chyper/task1 new file mode 100644 index 0000000..ac4526c --- /dev/null +++ b/Chyper/task1 @@ -0,0 +1,10 @@ +def cypher(): + """ + + Функція визначає шифр групи + :return: Шифр групи + """ + a=input("Emter your group" ) + cypher=a[0:2] + return cypher +print(cypher()) \ No newline at end of file