QUESTION IMAGE
Question
- what is a multi - line string? one long string a string that always appears in reverse the order of the items in the list a string that can be on several lines programming constants that appear in allcaps 2. rank yourself on a scale of 1 - 4 on how well you completed the lab project for lesson 3. 1 - i looked at it, but didnt even try it. 2 - i spent a few minutes (about 5) trying to figure it out but gave up. 3 - it mostly works, but there are a couple bugs i havent been able to resolve. 4 - it works perfectly without any problems. 3. suppose d = {\susan\:33, \michelle\:42}, d\susan\ will return ______ 42 33 \michelle\ \susan\
Brief Explanations
- A multi - line string is a string that can span multiple lines.
- This is a self - assessment question, and the answer depends on the individual's performance.
- In a dictionary
d, when accessingd["susan"], it returns the value associated with the key "susan". Here the value for "susan" is 33.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
- A string that can be on several lines
- (Answer depends on individual, example given is 4 - It works perfectly without any problems)
- 33