Python Progrmming Practical No 3
B. P. Sulakhe Commerce College, Barshi
Department
of Computer Science
PRACTICAL NO.3
Class: BCA-I (Sem-II)
Paper Name: Python Programming
Note: All questions are compulsory
|
Q 1) |
Write a python program to create a dictionary with employee details and retrieve the values upon giving keys. |
|
Q 2) |
Write a python program to create an appropriate tuple and print it. |
|
Q 3) |
Write a function to test whether a number is prime or not. |
|
Q 4) |
Write a python program to create two tuples and then join these tuples and then display third tuple. |
|
Q 5) |
Write a python program to input any two numbers and find out largest number among these numbers. |