mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 09:47:51 +07:00
2 lines
49 B
Python
2 lines
49 B
Python
a = "Hello"
|
|
print("{1}, {0}!".format("World", a)) |