What is the outcome of the following code? print(2*[3,4,5])

[3, 4, 5, 3, 4, 5] will be printed.

GH

Related Python Mentoring answers

All answers ▸

When do we use a for-loop and when a while-loop?


Write a simple number guessing game, give the user 3 tries to guess a number between 1 and 10


Write a recursive function to find the factorial of a number n.


Firstly, my question is not Python related, but maths A-level related. I don't know how to change that in my profile but I would like to only tutor maths GCSE and potentially A-level. My question: Integrate sin(x)^3 over x=0 and x=pi/2.