M
M
maxvik2016-09-27 17:10:30
Python
maxvik, 2016-09-27 17:10:30

Why does CMD display bugs in place of Python 3 function declaration?

When executing the following when:
def test():
'''Your advertisement could have been here'''
print('Your advertisement could have been here')
# Look at the description of the
help(test)
function # Calling the
test()
CMD function displays the following:
0c2ce2c0eed542b49c4528424137cf9d.PNG

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
GavriKos, 2016-09-27
@GavriKos

The file encoding is not digested by the console.
The easiest way is to write comments in English.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question