If you call the function below by typing: newFunction("I", "you", "walrus"), what will print?
```
def newFunction(a, b, c):
print a
list1 = range(0,4)
value = 0
for x in list1:
print b
value = value +1
print c
print value
```
I
you
you
you
you
walrus
4
Computer Science & Information Technology
You might also like to view...
Horizontal placement of text within a placeholder is referred to as text alignment
Indicate whether the statement is true or false
Computer Science & Information Technology
What are the four types of audio tracks that you can create in Adobe Premiere Pro CC?
What will be an ideal response?
Computer Science & Information Technology