asked 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)

>>>
answered
User David Storey
by
7.6k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.