0

how to assign other language character to a string variable?

17th Sep 2020, 1:18 PM
Abenezer
Abenezer - avatar
1 Answer
+ 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.
17th Sep 2020, 1:50 PM
Lothar
Lothar - avatar