Question: What will the following code print: a = , Jan, Feb, Mar, Apr, May, Jun Jul, Aug, Sep, Oct, Nov, Dec, b = Apr 15,

 What will the following code print: a = ", Jan, Feb,

What will the following code print: a = ", Jan, Feb, Mar, Apr, May, Jun Jul, Aug, Sep, Oct, Nov, Dec, b = "Apr 15, 2014" c = b.split () print (c) d = a.split print (", ") print(d[1:12]) e = (a.find (c [0]) - 1)/3 print (e) f = c[1][:-1] print (str(int (e)) + "/" + f + "/" + c[2])

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!