In your own Shell, print the following lines:
a = 3
b = '3'
c = 'three'
Now have a look at the operations and methods below. Run them in your Shell and match them with the results.
In your own Shell, print the following lines:
a = 3
b = '3'
c = 'three'
Now have a look at the operations and methods below. Run them in your Shell and match them with the results.
len(c)a * cb + ca * b33353threethreethreethreeCreate a free account to access the full topic