Skip to content

ДЗ к 4 уроку#2

Open
getblad wants to merge 1 commit into
masterfrom
lesson4
Open

ДЗ к 4 уроку#2
getblad wants to merge 1 commit into
masterfrom
lesson4

Conversation

@getblad

@getblad getblad commented Sep 10, 2020

Copy link
Copy Markdown
Owner

No description provided.

Comment thread #7.py
@@ -0,0 +1,11 @@
def fac(n):
result = 1
for i in range(1, n+1):

@luchanos luchanos Sep 10, 2020

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

форматирование арифметических операций: n + 1

Comment thread #6.py

for a in cycle(list):
print(a)
c+=1

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

форматирование

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants