Question: Read Here Fully You can only use the built-in functions, loops, conditional statements and/or operators that we covered so far. You cannot write any functions

 Read Here Fully You can only use the built-in functions, loops,
conditional statements and/or operators that we covered so far. You cannot write

Read Here Fully You can only use the built-in functions, loops, conditional statements and/or operators that we covered so far. You cannot write any functions or import any libraries. Otherwise [-100 pts! You need to a pdf file and a python file. Pdf file will contain your solution with proper indentations, or you can take a readable screenshot of your code and paste it in there. Also, please include output of given sample inputs as a screenshot in your pdf file. Python file will only contain your solution. Each missing file: 1-50 pts), pdf not readable: (-20 pts] Do not take screenshots with a camera, you can follow the tips in first assignments to take screenshots. [-50 pts) Do not send handwritten answers. Prepare your answers using your computer. [-100 pts] Strictly follow input and output format. Otherwise: (Up to - 100 pts] The code you submit(python file (.py not.ipynb]) should be runnable. If it will not run: [Up to 100 pts). Remember it needs to be a python file. if you copy and paste python interpreter view to a .py file, you will directly receive 0. Fully read grading and the tips before the grading. Fully follow the sample run!!! Your codes will be checked using a code similarity check program. In case of any violation and/or plagiarism you will directly receive 0 and a warning. Remember you will write a lot of code rest of your life including your undergraduate studies. Therefore, if you are already cheating or plagiarizing code from the internet you will be in a big trouble on upcoming courses Question You will write a python code that takes two list of integer lists (You can use eval to take it). No need to constantly taking input from the user. Please only implement just like in sample runs. You can assume the user will always enter positive numbers no need to check that. Then you will take a string. Then using the first letter of the entered string, you will visualize the summation of two lists from index o until the end of one of those lists. Between each character there should be a space also. Further examples: Enter a list:[1,2,5,71 Enter another list:[3,5,8) Enter symbol:DO NOT CHEAT 4 DDDD 7DDDDDDD 13 DDDDDDDDDDDDD 1+3 = 4 and it prints 4 times D near it 2+5 = 7 and it prints 7 times D near it 5+8 = 13 and it prints 13 times D near it Enter a list: (13,21,0,1,12, 15) Enter another list: [2,3,0,1,5) Enter symbol: 15 24 0 NON 13+2 = 15 and it prints 15 times near it. 21+3 = 24 and it prints 24 times near it. 0+0 -0 it prints nothing 1+1 = 2 it prints 2 times near it. 12+5 = 17 it prints 17 times near it. Enter a list:(11 Enter another list:[2,3,4,6,71 Enter symbol:ABC 3 A A A 1+2 = 3 it prints 3 times A near it

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!