Skip to content

Conversation

temaxtems
Copy link

No description provided.

print("Числа:", int_test1, int_test2)
print("Строки:", str_test3, str_test4)


Choose a reason for hiding this comment

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

здесь нужны ф-строки

nnn = int(n+n+n)
n=int(n)
result = (n+nn+nnn)

Choose a reason for hiding this comment

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

  1. много ошибок стиля, ненужные скобки
  2. нужно
    n = input("Введите число: ")
    print(f'Результат: {int(n) + int(n2) + int(n3)} ')

continue
else:
print(f'Максимальное число: {max}')
break

Choose a reason for hiding this comment

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

max
встр имя

elif pos < neg:
print('Вы работаете в убыток')
elif pos == neg:
print('Вы рарботаете в 0')

Choose a reason for hiding this comment

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

выполнено

while a < b:
a += a*0.1
day += 1
print(f'На {day}-й день спортсмен достиг результата — не менее {b} км')

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