Yesterday, 12:15 PM
Hello Python Community! I have a question:
Can you code in another language?
Example:
Can you code in another language?
Example:
распечатать("привет")
Languages
|
Yesterday, 12:15 PM
Hello Python Community! I have a question:
Can you code in another language? Example: распечатать("привет")
Yesterday, 01:44 PM
(This post was last modified: Yesterday, 01:44 PM by Gribouillis.)
Yes you can, but you can't change Python's keywords such as
if while for … >>> распечатать = print >>> распечатать("привет") привет >>>It may not be the best way to share your work with other people however.
« We can solve any problem by introducing an extra level of indirection »
Yesterday, 06:51 PM
Yes, You can although many sites/platforms only use English as long as you know that the site or platform you are using can support that.
![]() |
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
How to read from image with several languages using inage_to_string()? | EvilSnail | 0 | 3,372 |
Nov-13-2021, 03:11 PM Last Post: EvilSnail |
|
string.punctuation for languages like French or German | Leo978 | 1 | 3,244 |
Jun-06-2020, 09:09 AM Last Post: DeaD_EyE |