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
2026-01-08 23:39:39 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8fa6882df49e7c7bd4b990e8dc5a46ffaf10dfdb
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