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