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