Метод строки isidentifier() поможет узнать, подходит ли данная строка в качестве имени объекта.
Вполне может заменить самостоятельно придуманную регулярку.
>>> 'some_name'.isidentifier()
True
Обычное имя переменной
>>> '私は手紙です'.isidentifier()
True
Юникод в качестве имени тоже доступен
>>> '1_name'.isidentifier()
False
Имя не может начинаться с цифры
>>> '੬_name'.isidentifier()
False
Включая все цифры юникода
>>> 'some name'.isidentifier()
False
Пробелы недопустимы
#basic
😄Bear
➖➖➖➖➖➖
🔘When we use bear as a noun, it's the animal’. As a verb, it has different meanings.
🔘Literally it can me 'to support weight'
🔜The bridge was designed to bear 100 tonnes.
🔘Figuratively, we can use it to mean 'to put up with' or 'to tolerate'
🔜The pain was too much to bear.
🔘 Another literal meaning of bear is 'to carry something' and we use this figuratively in the expression to bear in mind which means 'to think about' or 'to remember'.
🔜Bear in mind the deadline is today - you need to work quickly!
#Bear👨🏫@America
➖➖➖➖➖➖➖➖➖➖➖➖
🆕 Crypto News @Money
😁 Crypto Game @Egame
🇺🇸 US News @America
🇯🇵 Japan News @Japan
🇦🇪 UAE News @Dubai
▶️ Popular Movies @Videos
😜 Best Funny Video @Funnys
😄Bear
➖➖➖➖➖➖
🔘When we use bear as a noun, it's the animal’. As a verb, it has different meanings.
🔘Literally it can me 'to support weight'
🔜The bridge was designed to bear 100 tonnes.
🔘Figuratively, we can use it to mean 'to put up with' or 'to tolerate'
🔜The pain was too much to bear.
🔘 Another literal meaning of bear is 'to carry something' and we use this figuratively in the expression to bear in mind which means 'to think about' or 'to remember'.
🔜Bear in mind the deadline is today - you need to work quickly!
#Bear👨🏫@America
➖➖➖➖➖➖➖➖➖➖➖➖
🆕 Crypto News @Money
😁 Crypto Game @Egame
🇺🇸 US News @America
🇯🇵 Japan News @Japan
🇦🇪 UAE News @Dubai
▶️ Popular Movies @Videos
😜 Best Funny Video @Funnys