Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: To find the index of the first occurrence of the key in the provided list
Post: Find the intersection of two sorted lists

Hi All, Please could someone help with the error I am getting with my code Description Find the intersection of two sorted lists Output:Input [[1, 2, 3, 5, 9], [3, 6, 9, 12]] Solution output 3 9 Ex...
Angry_bird89 Homework 4 3,341 Jun-20-2020, 06:53 PM
    Thread: To find the index of the first occurrence of the key in the provided list
Post: To find the index of the first occurrence of the k...

Hi All, Please could someone help with the error I am getting with my code Description The index of the first occurrence of the key in the provided list, if it is present, and -1 otherwise. Output:...
Angry_bird89 Homework 4 3,341 Jun-19-2020, 10:05 AM
    Thread: Change each character of list into an different characters
Post: RE: Change each character of list into an differen...

Got Results: Output:import ast mylist=ast.literal_eval(input()) stringMessage=mylist[0] shift_value=mylist[1] #start writing your code from here def shift_string(message, n): list1=[] for i i...
Angry_bird89 Homework 1 2,100 Jun-19-2020, 08:29 AM
    Thread: Change each character of list into an different characters
Post: Change each character of list into an different ch...

Hi All, Please could someone help with the error I am getting with my code Description Change each character of an list into different characters. Below is the sample example: u became y, p became ...
Angry_bird89 Homework 1 2,100 Jun-19-2020, 07:19 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020