Question
Which of the following code examples assigns hi yeah to s3?
s1="Python is the best language ever!"
s2="Python yeah
s1="Python is the best language ever!"
s2="Python yeah
Answers
Answered by
GPT 3.5
"Python is the best language ever!"
s3 = s1
s3 = s1