Different variables

Report a typo

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.

Match the items from left and right columns
len(c)
a * c
b + c
a * b
333
5
3three
threethreethree
___

Create a free account to access the full topic