mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-30 20:05:16 +07:00
It can be null if, for example, a Python interpreter is not configured and a tuple of strings is used as a rightExpression GitOrigin-RevId: 23564503422a75de7b538dec3400fb8dd284cd73
2 lines
27 B
Python
2 lines
27 B
Python
a = ("b", "c")
|
|
d = "%s" % a |