Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Tags
#python #sicp
Question

Like lists, strings can also be combined via addition and multiplication.

 >>> 'Berkeley' + ', CA' 'Berkeley, CA' >>> 'Shabu ' * 2 [...] 
Answer
'Shabu Shabu '

Tags
#python #sicp
Question

Like lists, strings can also be combined via addition and multiplication.

 >>> 'Berkeley' + ', CA' 'Berkeley, CA' >>> 'Shabu ' * 2 [...] 
Answer
?

Tags
#python #sicp
Question

Like lists, strings can also be combined via addition and multiplication.

 >>> 'Berkeley' + ', CA' 'Berkeley, CA' >>> 'Shabu ' * 2 [...] 
Answer
'Shabu Shabu '
If you want to change selection, open original toplevel document below and click on "Move attachment"

Parent (intermediate) annotation

Open it
Like lists, strings can also be combined via addition and multiplication. >>> 'Berkeley' + ', CA' 'Berkeley, CA' >>> 'Shabu ' * 2 'Shabu Shabu '

Original toplevel document

2.3 Sequences

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.