Kernel: Python 3
1Q: Write a Python function to sum all the numbers in a list
In [ ]:
2Q: Write a Python funtion to check whether a given number is the given range?
In [ ]:
3Q: Write a Python function that accepts a string and calculate the number of upper case letters and lower case letters
In [ ]:
4Q: Write a Python program to sort a list of tuples using Lambda
In [ ]:
5Q:Write a Python function to create a ticket booking interface
In [ ]: