0% found this document useful (0 votes)
20 views

Python Programming Internal

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views

Python Programming Internal

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

1. Write a program to find the largest element among three Numbers.

2. Write a Program to display all prime numbers within an interval.

3. Write a program to swap two numbers without using a temporary variable.

4. Write a program to add and multiply complex numbers.

5. write a program to define a function with multiple return values.

6. write a program to find the length of the string without using any library function.

7. write a program to preform the given operations on a list. i) Addition ii) Insertion
iii) slicing.

8. write a program to perform any 5 built-in functions by taking any list.

9. Write a program to create tuple(name, age, address, college) for at least two members
and concatenate the tuple and print the concatenated tuple.

10. Write a program to count the number of vowels in a string(No control flow allowed).

11. Write a program to sum all the items in a given dictionary.

You might also like