49.0k views
5 votes
How do you write square root symbol in Python or even 4 'square root symbol' number?

1 Answer

2 votes
>>> print unichr(0x221A)

>>> print unichr(0x221B)

>>> print unichr(0x221C)

>>>
User David Storey
by
7.6k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.