Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/template.md
Original file line number Diff line number Diff line change
@@ -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!
23 changes: 23 additions & 0 deletions test 67
Original file line number Diff line number Diff line change
@@ -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)