Skip to content

Instantly share code, notes, and snippets.

@flutesa
Created October 11, 2020 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flutesa/f180cc3b473ed8d6d8465afc7997f90d to your computer and use it in GitHub Desktop.
Save flutesa/f180cc3b473ed8d6d8465afc7997f90d to your computer and use it in GitHub Desktop.
i = (int(input("Введите количество опрашиваемых людей: ")))
for x in range(i):
k = (int(input("Введите ответ: ")))
number = "5" + str(k)
print(number)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment