From 14afd5bdb98f86b7b88da4826374e71809dd9cf5 Mon Sep 17 00:00:00 2001 From: ded_fikus Date: Fri, 13 Feb 2026 20:17:37 +0000 Subject: [PATCH] =?UTF-8?q?ggp=20=D0=BD=D1=83=20=D0=BA=D0=B0=D1=80=D0=BE?= =?UTF-8?q?=D1=87=D0=B5=20=D0=B4=D0=B0=20=D0=B1=D0=BB=D0=B8=D0=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/PULL_REQUEST_TEMPLATE/template.md | 5 +++++ test 67 | 23 +++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/template.md create mode 100644 test 67 diff --git a/.github/PULL_REQUEST_TEMPLATE/template.md b/.github/PULL_REQUEST_TEMPLATE/template.md new file mode 100644 index 0000000..ed02f3f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/template.md @@ -0,0 +1,5 @@ +## Sample Pull Request Template Description + +This is a sample pull request template. You can customize it to fit your project's needs. + +Don't forget to commit your template file to the repository so that it can be used for future pull requests! diff --git a/test 67 b/test 67 new file mode 100644 index 0000000..765b515 --- /dev/null +++ b/test 67 @@ -0,0 +1,23 @@ +print('Программа чтобы выводить питон в терминал! ') +fa = input('(y/n) (default y): ') +a = 'error ' +b = 'python' +c = 'ok' + +if fa == 'y': + for ee in b: + print(ee) +elif fa == '': + for ee in b: + print(ee) +elif fa == 'n': + for bb in c: + print(bb) +elif fa == 'no': + while a == 'error ': + for fg in 'error': + print(tuple(fg * 10)) + break +else: + for el in a: + print(el)