Account name:
Password
(OpenID?)
(Forgot it?)
Remember Me
You're viewing
yigal_s
's journal
Create a Dreamwidth Account
Learn More
Interest
Region
Site and Account
FAQ
Email
Reload page in style:
site
light
yigal_s
всё же, по-моему, как-то это слишком уж криво получилось в Питоне (Reply)
Recent Entries
Archive
Reading
Tags
Memories
Profile
Profile
всё же, по-моему, как-то это слишком уж криво получилось в Питоне
May
.
28th
,
2022
01:11 pm
yigal_s
a = "123"
a1 = a
a += "4"
print(a, a1)
1234 123
b = [1,2,3]
b1 = b
b += [4]
print(b, b1)
[1, 2, 3, 4] [1, 2, 3, 4]
From:
Anonymous
This account has disabled anonymous posting.
OpenID
Identity URL:
Log in?
Dreamwidth account
Account name
Password
Log in?
If you don't have an account you can
create one now
.
Subject
HTML doesn't work in the subject.
Formatting type
Casual HTML
Markdown
Raw HTML
Rich Text Editor
Message