mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-22 14:50:53 +07:00
2 lines
49 B
Python
2 lines
49 B
Python
a = "Hello"
|
|
print("{1}, {0}!".format("World", a)) |