Need python help:   1) What is the value of string1 after the following statement is executed?   string1 = "python"[::-1] + "help"[:0]   a. python   b. pythonh   C. nohtyp   d. error   2) What is the last line of the output when the following code is executed? x = 2   for exp in range (-1): print ("%2d.0" % x**exp)   a. 16   b. 16.0   C. nothing   d. error   3) newList = [1, 2, 4]   newList.pop(1)   newList.append(3)   newList.pop(2)   print(newList)   a. [4,3]   b. [2, 4, 3]   C. [1, 4]   d. error

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter3: Assignment, Formatting, And Interactive Input
Section3.4: Program Input Using Cin
Problem 8E
icon
Related questions
icon
Concept explainers
Question

Need python help:

 

1) What is the value of string1 after the following statement is executed?

 

string1 = "python"[::-1] + "help"[:0]

 

a. python

 

b. pythonh

 

C. nohtyp

 

d. error

 

2) What is the last line of the output when the following code is executed? x = 2

 

for exp in range (-1): print ("%2d.0" % x**exp)

 

a. 16

 

b. 16.0

 

C. nothing

 

d. error

 

3) newList = [1, 2, 4]

 

newList.pop(1)

 

newList.append(3)

 

newList.pop(2)

 

print(newList)

 

a. [4,3]

 

b. [2, 4, 3]

 

C. [1, 4]

 

d. error

Expert Solution
steps

Step by step

Solved in 4 steps with 1 images

Blurred answer
Knowledge Booster
Control Structure
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning