Question: Please do it in Pyhton programming language LAB2 - Task A, Task B, Task C. 4.13 LAB: Fix the Bugs Fix the given program such


Please do it in Pyhton programming language LAB2 - Task A, Task B, Task C.
4.13 LAB: Fix the Bugs Fix the given program such that it prints a list containing one element that corresponding to the inputs given below Input: A'I Output: First Alphabet Input: 'alOutput: 'First Alphabet Input: 0l Output: First Number ACTIVTY 4.13.1: LAB: Fix the Bugs 0/3 main.py Load default template. 2iint (input)) if A') print "First Alphabet" 4. 6 else if(i'a") 9 else if(i "1") print "First Alphabet" 10 print "first Number" 4.14 LAB: Type of Input Complete the function input type0 such that it prints Number if the type of the input is a positive integer String" if the type of the input is st "Boolean if the input is True or False Remember that input0 function in python always returns a string, so use isnumeric) method to determine if the the input is a positive integer ACTIVITY 414.1:LAB: Type of Input 0/5 main.py Load default template... 1Type your code here
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
