D
D
Dmitry Bogrov2018-10-27 00:11:28
Python
Dmitry Bogrov, 2018-10-27 00:11:28

What to do if PyCharm stops displaying numbers properly?

Hello!
After some incidents unknown to me, my PyCharm stopped entering numbers and other characters other than letters normally. Does anyone know how this can be fixed?
wLXesWy_uFY.jpg

Answer the question

In order to leave comments, you need to log in

3 answer(s)
L
longclaps, 2018-10-27
@longclaps

Всего-то 10 цифр - за один вечер к закорючкам приноровишься.
А вот переменных что-то больно дофига (
тыц

V
Vitaly, 2015-08-30
@denshi

With slices, for example:

m = [3, 5, 'o', 4, 5, 'c', 9]
m[2:6] = [m[3:5]]

Slice indexes can be found using the list's index method.

O
Oleg Shevelev, 2015-08-30
@mantyr

Make a loop or see if there is such a split in your programming language.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question