Tag

Cyrillic

0 views collected around this technical thread.

IT Services Circle
IT Services Circle
Jun 27, 2022 · Fundamentals

Understanding the Cyrillic Variable Name е vs Latin e in Python

This article explains how the Cyrillic character е looks identical to the Latin e, why using it as a Python variable leads to NameError, demonstrates the Unicode code point differences, and warns about the potential bugs when unintentionally mixing these characters in code.

CyrillicProgramming FundamentalsUnicode
0 likes · 3 min read
Understanding the Cyrillic Variable Name е vs Latin e in Python