Answer the question
In order to leave comments, you need to log in
Is the encoding displayed incorrectly?
Save this code to a file
# -*- coding: utf-8 -*-
spisok = []
hto_vvedet = input ('Введите пожалуйста, что вам необходимо, разделяйте запятой и нажмите Enter: ')
spisok .append(hto_vvedet)
print (spisok)
input('Нажмите Enter что бы выйти')
Answer the question
In order to leave comments, you need to log in
input ('Введите пожалуйста, что вам необходимо, разделяйте запятой и нажмите Enter: '.encode('utf-8')).
print (spisok.'.encode('utf-8'))
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question