Python Forum
is there an unused character in Python?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
is there an unused character in Python?
#4
It can exist in a string obviously but I am 99.999 sure that Python doesn't use it at all. For now. Except in regular expressions. Perhaps that backtick " ` " too. But as I can see it is a deprecated usage instead of __repl__ in Python 2 according to that: https://stackoverflow.com/questions/1673...xample-num

I look at my keyboard now for all symbols and I am unable to see any other sign that is not used in Python's syntax.

If you are the only one that is going to use that code you could bind a key combination to a non-ascii symbol and use it instead. Some greek letter or even an emoji.
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply


Messages In This Thread
RE: is there an unused character in Python? - by wavic - Oct-23-2022, 05:33 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020