0
how to assign other language character to a string variable?
1 ответ
+ 3
You can add them by using the unicode point number like:
print('This is a Greek Capital Theta: \u03F4')
To get the number you need to use a website (or an app) that has all of the unicode characters number stored.