4 lines
52 B
Text
4 lines
52 B
Text
phrase = "hi"
|
|
copy = phrase
|
|
print phrase
|
|
print copy
|
phrase = "hi"
|
|
copy = phrase
|
|
print phrase
|
|
print copy
|