This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
You've already forked openide
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2025-12-21 04:50:58 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
23f293db0609bb1defdf372e901b04d4e7ceece8
openide
/
python
/
testData
/
refactoring
/
introduceVariable
/
leftSubstring.after.py
Andrey Vlasovskikh
04eafc4693
%-based formatting for plain string literals, concat-based formatting for concat strings (PY-3654)
2012-12-27 20:23:41 +04:00
2 lines
37 B
Python
Raw
Blame
History
a
=
"
hello
"
print
(
a
+
"
world
"
+
"
!
"
)
Reference in New Issue
View Git Blame
Copy Permalink