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)