From 25bbeed5f870314793b0ad5548fc47e17203a90b Mon Sep 17 00:00:00 2001 From: KateandEva Date: Fri, 1 Nov 2019 11:38:24 +0200 Subject: [PATCH 1/2] new package --- StudentFunction/StudentParcer.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 StudentFunction/StudentParcer.py diff --git a/StudentFunction/StudentParcer.py b/StudentFunction/StudentParcer.py new file mode 100644 index 0000000..0dbf232 --- /dev/null +++ b/StudentFunction/StudentParcer.py @@ -0,0 +1,10 @@ +def parce_card(sequence): + """ + + :param sequence: тип: рядок, звідки: введено користувачем, формат:(серія)№(номер), приклад: КВ№12345678 + :return: тип: рядок, формат: (серія), (номер), приклад: КВ, 12345678 + """ + print(sequence) + return None +if __name__ == '__main__': + parce_card('smth') \ No newline at end of file From 864afeddac642076087bb26ad8e4ae2abf044ddc Mon Sep 17 00:00:00 2001 From: KateandEva Date: Fri, 1 Nov 2019 11:45:20 +0200 Subject: [PATCH 2/2] new package --- StudentFunction/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 StudentFunction/__init__.py diff --git a/StudentFunction/__init__.py b/StudentFunction/__init__.py new file mode 100644 index 0000000..e69de29